1 parent 2f14609 commit f62ea25Copy full SHA for f62ea25
1 file changed
ports/esp32s2/common-hal/microcontroller/__init__.c
@@ -42,7 +42,7 @@
42
#include "freertos/FreeRTOS.h"
43
44
void common_hal_mcu_delay_us(uint32_t delay) {
45
-
+ mp_hal_delay_us(delay);
46
}
47
48
volatile uint32_t nesting_count = 0;
0 commit comments