1
0
forked from me/IronOS

Make no-accel==99 a #define

This commit is contained in:
Ben V. Brown
2021-01-01 09:45:34 +11:00
parent dd065e52f2
commit 120161857b
3 changed files with 11 additions and 9 deletions

View File

@@ -14,6 +14,7 @@ extern "C" {
void vApplicationStackOverflowHook(TaskHandle_t *pxTask,
signed portCHAR *pcTaskName);
#define NO_DETECTED_ACCELEROMETER 99
//Threads
void startGUITask(void const *argument);
void startPIDTask(void const *argument);