Reset some encodings

This commit is contained in:
Ben V. Brown
2020-12-11 19:11:23 +11:00
parent 120a0502d6
commit b63f02d033
76 changed files with 1549 additions and 1071 deletions

2
workspace/TS100/Core/Inc/main.hpp Normal file → Executable file
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);