Replace busy-wait with time-based sleep in sweden.c

This commit is contained in:
Chris
2026-02-08 14:52:19 +01:00
parent e2cf01bb4a
commit b245dc5f00
5 changed files with 20 additions and 2 deletions

View File

@@ -19,6 +19,7 @@ void cli_putchar(char c);
// Timing utility
void cli_delay(int iterations);
void cli_sleep(int ms);
// CLI Command declarations
void cli_cmd_shutdown(char *args);