Unverified Commit 16c2e8e4 authored by Earle F. Philhower, III's avatar Earle F. Philhower, III Committed by GitHub

Clean up FreeRTOS, remove core freeze hacks (#1448)

parent ae908c8e
Subproject commit b5942ddd071f426ff256b434bbcbbe750dfc8cfe Subproject commit 4588fd64342d2e0f43bc6603e7220ee708dbd9ac
...@@ -45,7 +45,6 @@ ...@@ -45,7 +45,6 @@
// Interfaces for the main core to use FreeRTOS mutexes // Interfaces for the main core to use FreeRTOS mutexes
extern "C" { extern "C" {
extern volatile bool __otherCoreIdled; extern volatile bool __otherCoreIdled;
int __holdUpPendSV = 0; // TOTO - remove from FreeRTOS lib
SemaphoreHandle_t __freertos_mutex_create() { SemaphoreHandle_t __freertos_mutex_create() {
return xSemaphoreCreateMutex(); return xSemaphoreCreateMutex();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment