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 a1902b5 commit d2461a1Copy full SHA for d2461a1
libraries/FreeRTOS/src/variantHooks.cpp
@@ -171,8 +171,8 @@ static void __no_inline_not_in_flash_func(IdleThisCore)(void *param) {
171
while (__otherCoreIdled) {
172
/* noop */
173
}
174
- portENABLE_INTERRUPTS();
175
vTaskPreemptionEnable(nullptr);
+ portENABLE_INTERRUPTS();
176
177
178
@@ -188,9 +188,9 @@ extern "C" void __no_inline_not_in_flash_func(__freertos_idle_other_core)() {
188
189
extern "C" void __no_inline_not_in_flash_func(__freertos_resume_other_core)() {
190
__otherCoreIdled = false;
191
192
xTaskResumeAll();
193
194
195
196
0 commit comments