summaryrefslogtreecommitdiffstats
path: root/watch-library/hw/driver_init.h
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2021-12-05 23:49:26 -0600
committerJoey Castillo <joeycastillo@utexas.edu>2021-12-05 23:49:26 -0600
commite202c48b0a1a9838e91d020ca2b71214119b3c3d (patch)
treeadb63f4f22179d5d28599a6902ba6a91f52c5deb /watch-library/hw/driver_init.h
parented94efcb8559d21820e8a06214e95191eed4c9b3 (diff)
downloadSensor-Watch-e202c48b0a1a9838e91d020ca2b71214119b3c3d.tar.gz
Sensor-Watch-e202c48b0a1a9838e91d020ca2b71214119b3c3d.tar.bz2
Sensor-Watch-e202c48b0a1a9838e91d020ca2b71214119b3c3d.zip
fix missing prototype warnings
Diffstat (limited to 'watch-library/hw/driver_init.h')
-rw-r--r--watch-library/hw/driver_init.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/watch-library/hw/driver_init.h b/watch-library/hw/driver_init.h
index fc6cc208..d1c33218 100644
--- a/watch-library/hw/driver_init.h
+++ b/watch-library/hw/driver_init.h
@@ -50,6 +50,7 @@ void delay_driver_init(void);
void EXTERNAL_IRQ_0_init(void);
+void SEGMENT_LCD_0_PORT_init(void);
void SEGMENT_LCD_0_init(void);
#ifdef __cplusplus