We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f605c04 commit e6f1b07Copy full SHA for e6f1b07
Marlin/src/HAL/NATIVE_SIM/u8g/LCD_defines.h
@@ -25,6 +25,8 @@
25
* Native/Simulator LCD-specific defines
26
*/
27
28
+void usleep(uint64_t microsec);
29
+
30
uint8_t u8g_com_sw_spi_fn(u8g_t *u8g, uint8_t msg, uint8_t arg_val, void *arg_ptr);
31
uint8_t u8g_com_ST7920_sw_spi_fn(u8g_t *u8g, uint8_t msg, uint8_t arg_val, void *arg_ptr);
32
0 commit comments