Skip to content

Commit 16c2e8e

Browse files
Clean up FreeRTOS, remove core freeze hacks (#1448)
1 parent ae908c8 commit 16c2e8e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

libraries/FreeRTOS/src/variantHooks.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@
4545
// Interfaces for the main core to use FreeRTOS mutexes
4646
extern "C" {
4747
extern volatile bool __otherCoreIdled;
48-
int __holdUpPendSV = 0; // TOTO - remove from FreeRTOS lib
4948

5049
SemaphoreHandle_t __freertos_mutex_create() {
5150
return xSemaphoreCreateMutex();

0 commit comments

Comments
 (0)