Use AzureRTOS ThreadX
This commit is contained in:
8
Core/Inc/app.h
Normal file
8
Core/Inc/app.h
Normal file
@ -0,0 +1,8 @@
|
||||
#ifndef __INC_APP_H
|
||||
#define __INC_APP_H
|
||||
|
||||
#include "tx_port.h"
|
||||
|
||||
void app_thread_entry(ULONG _);
|
||||
|
||||
#endif // __INC_APP_H
|
||||
Reference in New Issue
Block a user