Ignore:
Timestamp:
Apr 5, 2019, 9:26:53 PM (5 years ago)
Author:
coas-nagasima
Message:

mbed関連を更新
シリアルドライバをmbedのHALを使うよう変更
ファイルディスクリプタの処理を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_arm/trunk/ntshell/src/ntshell_main.h

    r367 r374  
    7676extern PRI main_task_priority;
    7777
     78/* ntshellの初期化 */
     79void sys_init(intptr_t exinf);
     80
    7881/* ntshellタスク初期化 */
    79 void ntshell_task_init(NTSHELL_SERIAL_READ func_read,
    80         NTSHELL_SERIAL_WRITE func_write, void *extobj);
     82void ntshell_task_init(ID portid);
    8183
    8284/* ntshellタスク */
Note: See TracChangeset for help on using the changeset viewer.