b536a063d6
Signed-off-by: armink <armink.ztl@gmail.com>
14 lines
404 B
C
14 lines
404 B
C
/*********************************************************************************************************
|
|
// 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
|