Skip to content

Commit e6f1b07

Browse files
committed
🩹 Restore usleep for native / sim
1 parent f605c04 commit e6f1b07

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Marlin/src/HAL/NATIVE_SIM/u8g/LCD_defines.h

+2
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@
2525
* Native/Simulator LCD-specific defines
2626
*/
2727

28+
void usleep(uint64_t microsec);
29+
2830
uint8_t u8g_com_sw_spi_fn(u8g_t *u8g, uint8_t msg, uint8_t arg_val, void *arg_ptr);
2931
uint8_t u8g_com_ST7920_sw_spi_fn(u8g_t *u8g, uint8_t msg, uint8_t arg_val, void *arg_ptr);
3032

0 commit comments

Comments
 (0)