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 c3a3526 commit d45a11fCopy full SHA for d45a11f
libraries/FreeRTOS/src/variantHooks.cpp
@@ -165,8 +165,8 @@ static void __no_inline_not_in_flash_func(IdleThisCore)(void *param) {
165
(void) param;
166
while (true) {
167
ulTaskNotifyTake(pdTRUE, portMAX_DELAY);
168
- vTaskPreemptionDisable(nullptr);
169
portDISABLE_INTERRUPTS();
+ vTaskPreemptionDisable(nullptr);
170
__otherCoreIdled = true;
171
while (__otherCoreIdled) {
172
/* noop */
0 commit comments