1
0
forked from me/IronOS

Update FreeRTOS

This commit is contained in:
Ben V. Brown
2022-10-22 10:57:56 +11:00
parent 6c69c2e241
commit d5f33814aa
33 changed files with 20339 additions and 16800 deletions

View File

@@ -1,8 +1,8 @@
#ifndef __MAIN_H
#define __MAIN_H
#include <stdint.h>
#include "OLED.hpp"
#include "Setup.h"
#include <stdint.h>
extern volatile uint32_t currentTempTargetDegC;
extern bool settingsWereReset;
extern bool usb_pd_available;
@@ -10,7 +10,7 @@ extern bool usb_pd_available;
extern "C" {
#endif
void vApplicationStackOverflowHook(TaskHandle_t *pxTask, signed portCHAR *pcTaskName);
void vApplicationStackOverflowHook(TaskHandle_t xTask, char *pcTaskName);
// Threads
void startGUITask(void const *argument);