1 parent 17d0388 commit 5cc8a3eCopy full SHA for 5cc8a3e
1 file changed
ports/litex/mphalport.c
@@ -40,6 +40,10 @@
40
void hal_dcd_isr(uint8_t rhport);
41
#endif
42
43
+void mp_hal_delay_us(mp_uint_t delay) {
44
+ mp_hal_delay_ms(delay / 1000);
45
+}
46
+
47
extern void SysTick_Handler(void);
48
49
__attribute__((section(".ramtext")))
0 commit comments