摘要: RT-thread系统的main函数位于startup.c文件中。/** * This function will startup RT-Thread RTOS. */void rtthread_startup(void){ /* init board */ rt_hw_board_in... 阅读全文
posted @ 2015-06-14 14:42 King先生 阅读(2284) 评论(0) 推荐(0)