Closed
Description
Describe the issue
Users expect to use delay()
which breaks FreeRTOS. So define it to be useful.
Expected behavior
Using delay()
breaks everything. Redefine it to vTaskDelay()
to stop that happening.
Additional context
See discussion here.