1
0
forked from me/IronOS

More refactoring for the movement thread

This commit is contained in:
Ben V. Brown
2020-05-29 21:54:09 +10:00
parent 6bb56c28ba
commit a13f501dfd
6 changed files with 164 additions and 132 deletions

View File

@@ -25,7 +25,9 @@ void vApplicationStackOverflowHook(xTaskHandle *pxTask,
void startGUITask(void const *argument);
void startPIDTask(void const *argument);
void startMOVTask(void const *argument);
extern TaskHandle_t pidTaskNotification ;
extern TaskHandle_t pidTaskNotification;
extern uint8_t accelInit;
extern uint32_t lastMovementTime;
#ifdef __cplusplus
}
#endif