Ignore:
Timestamp:
Apr 27, 2018, 2:26:14 PM (6 years ago)
Author:
coas-nagasima
Message:

syscallが関数呼びになるよう変更
他更新

File:
1 edited

Legend:

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

    r340 r342  
    5959#include "ntshell_main.h"
    6060#include "socket_stub.h"
    61 #include "mbed_api.h"
    6261#include "usb_hbth.h"
    6362
     
    162161}
    163162
    164 void shellif_into()
    165 {
    166         /* メインタスクの優先度より高くする */
    167         chg_pri(NTSHELL_PRIORITY, main_task_priority);
    168 }
    169 
    170 void shellif_outof()
    171 {
    172         /* ntshellタスクの優先度に戻す */
    173         chg_pri(NTSHELL_PRIORITY, NTSHELL_PRIORITY);
    174 }
    175 
    176163void shell_abort()
    177164{
Note: See TracChangeset for help on using the changeset viewer.