Fire_RT1052_Pro_AzRTOS_Hello/include/app_thr.h

7 lines
96 B
C
Raw Normal View History

2023-05-08 14:30:58 +00:00
#ifndef APP_THR_H
#define APP_THR_H
void hello_task(ULONG thread_input);
#endif // APP_THR_H