@@ -0,0 +1,13 @@
|
||||
/*********************************************************************************************************
|
||||
// NCLUDE FILES
|
||||
*********************************************************************************************************/
|
||||
#ifndef APP_TASK_H
|
||||
#define APP_TASK_H
|
||||
|
||||
#include <rthw.h>
|
||||
#include <rtthread.h>
|
||||
#include <stm32f4xx_conf.h>
|
||||
|
||||
void rtthread_startup(void);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user