Skip to content

Commit eb3ae46

Browse files
committed
Merge branch 'loop_yield_plug' into add-schedule
2 parents 05ac13b + f544815 commit eb3ae46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cores/esp32/esp32-hal-misc.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ void yield()
160160

161161
void delay(uint32_t ms)
162162
{
163-
vTaskDelay(ms / portTICK_PERIOD_MS);
163+
vTaskDelay(ms / portTICK_PERIOD_MS);
164164
yield_completed();
165165
}
166166

0 commit comments

Comments
 (0)