We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae908c8 commit 16c2e8eCopy full SHA for 16c2e8e
libraries/FreeRTOS/lib/FreeRTOS-Kernel
libraries/FreeRTOS/src/variantHooks.cpp
@@ -45,7 +45,6 @@
45
// Interfaces for the main core to use FreeRTOS mutexes
46
extern "C" {
47
extern volatile bool __otherCoreIdled;
48
- int __holdUpPendSV = 0; // TOTO - remove from FreeRTOS lib
49
50
SemaphoreHandle_t __freertos_mutex_create() {
51
return xSemaphoreCreateMutex();
0 commit comments