1234567891011121314151617181920212223 |
- #include "uart_monitor.h"
- #include "sys_task.h"
- #include "CodePara.h"
- #include "STLmain.h"
- #include "ClassB.h"
- void SysTask1Ms()
- {
- profiler_server();
- cp_ulSystickCnt ++;
- /* MCU Self Check*/
- clas_ubSystickFlg = 1;
- stl_voSystickProc();
- /* UART Timeout */
- uart_voApplTimer();
- }
- void SysTask10Ms()
- {
-
- }
|