We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 768ba40 commit a137d3dCopy full SHA for a137d3d
examples/dpp_bsp-esp32/dpp_bsp-esp32.qm
@@ -513,7 +513,7 @@ static void tickHook_ESP32(void)
513
{
514
BaseType_t xHigherPriorityTaskWoken = pdFALSE;
515
/* process time events for rate 0 */
516
- QF::TICK_FROM_ISR(&xHigherPriorityTaskWoken, &l_TIMER_ID);
+ QTimeEvt::TICK_FROM_ISR(&xHigherPriorityTaskWoken, &l_TIMER_ID);
517
/* notify FreeRTOS to perform context switch from ISR, if needed */
518
if(xHigherPriorityTaskWoken) {
519
portYIELD_FROM_ISR();
0 commit comments