Update FreeRTOS
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user