]> git.earman.xyz Git - sensor-watch.git/commitdiff
slcd: silence warnings
authorJoey Castillo <joeycastillo@utexas.edu>
Thu, 13 Mar 2025 03:09:50 +0000 (23:09 -0400)
committerJoey Castillo <joeycastillo@utexas.edu>
Thu, 13 Mar 2025 03:09:50 +0000 (23:09 -0400)
watch-library/hardware/watch/watch_slcd.c

index 7cc3d055d25575b9aa4871c6d812ae6cd37ca3df..0d124171e0ea2bfb707cb9898ac4d20a7e792d98 100644 (file)
@@ -22,6 +22,9 @@
  * SOFTWARE.
  */
 
+#include <stdlib.h>
+#include "delay.h"
+#include "usb.h"
 #include "pins.h"
 #include "watch_slcd.h"
 #include "watch_common_display.h"