Files
CmBacktrace/demos/os/rtthread/stm32f4xx/app/inc/app_task.h
T
2017-04-15 15:14:49 +08:00

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