Ignore:
Timestamp:
Apr 13, 2018, 1:00:30 PM (6 years ago)
Author:
coas-nagasima
Message:

NTPクライアント処理を追加

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_rx/trunk/ntshell/src/netcmd.c

    r337 r340  
    6060#include "core/ntlibc.h"
    6161#include "util/ntstdio.h"
     62#include "ntp_cli.h"
    6263#include "kernel_cfg.h"
    6364
     
    469470        return 0;
    470471}
     472
     473int usrcmd_ntpc(int argc, char **argv)
     474{
     475        ntp_cli_execute();
     476        return 0;
     477}
Note: See TracChangeset for help on using the changeset viewer.