1
0
forked from me/IronOS

The basic NMSIS port

This commit is contained in:
Ben V. Brown
2020-12-10 16:18:44 +11:00
parent 6f3a7c1b90
commit 120a0502d6
198 changed files with 45413 additions and 13961 deletions

View File

@@ -12,7 +12,7 @@ extern "C" {
#endif
void vApplicationStackOverflowHook(TaskHandle_t *pxTask,
signed portCHAR *pcTaskName);
signed portCHAR *pcTaskName);
//Threads
void startGUITask(void const *argument);
@@ -20,7 +20,7 @@ void startPIDTask(void const *argument);
void startMOVTask(void const *argument);
extern TaskHandle_t pidTaskNotification;
extern uint8_t accelInit;
extern uint32_t lastMovementTime;
extern TickType_t lastMovementTime;
#ifdef __cplusplus
}
#endif