Skip to content

Commit a137d3d

Browse files
author
Nguyen Do
committed
Fix dpp example
1 parent 768ba40 commit a137d3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/dpp_bsp-esp32/dpp_bsp-esp32.qm

+1-1
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ static void tickHook_ESP32(void)
513513
{
514514
BaseType_t xHigherPriorityTaskWoken = pdFALSE;
515515
/* process time events for rate 0 */
516-
QF::TICK_FROM_ISR(&xHigherPriorityTaskWoken, &l_TIMER_ID);
516+
QTimeEvt::TICK_FROM_ISR(&xHigherPriorityTaskWoken, &l_TIMER_ID);
517517
/* notify FreeRTOS to perform context switch from ISR, if needed */
518518
if(xHigherPriorityTaskWoken) {
519519
portYIELD_FROM_ISR();

0 commit comments

Comments
 (0)