Skip to content

Commit

Permalink
🩹 Restore usleep for native / sim
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Dec 30, 2023
1 parent f605c04 commit e6f1b07
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Marlin/src/HAL/NATIVE_SIM/u8g/LCD_defines.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@
* Native/Simulator LCD-specific defines
*/

void usleep(uint64_t microsec);

uint8_t u8g_com_sw_spi_fn(u8g_t *u8g, uint8_t msg, uint8_t arg_val, void *arg_ptr);
uint8_t u8g_com_ST7920_sw_spi_fn(u8g_t *u8g, uint8_t msg, uint8_t arg_val, void *arg_ptr);

Expand Down

0 comments on commit e6f1b07

Please sign in to comment.