diff options
author | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-05 23:49:26 -0600 |
---|---|---|
committer | Joey Castillo <joeycastillo@utexas.edu> | 2021-12-10 12:00:26 -0500 |
commit | 762af872d2f2c977e51d6e51b8c3ad622485cc05 (patch) | |
tree | 0fd44fe4996b04a82c5c0cc46178b5893d3ae1c0 /watch-library/hw | |
parent | 316e1f292c603885f2af3dcd69ce797d64776425 (diff) | |
download | Sensor-Watch-762af872d2f2c977e51d6e51b8c3ad622485cc05.tar.gz Sensor-Watch-762af872d2f2c977e51d6e51b8c3ad622485cc05.tar.bz2 Sensor-Watch-762af872d2f2c977e51d6e51b8c3ad622485cc05.zip |
fix missing prototype warnings
Diffstat (limited to 'watch-library/hw')
-rw-r--r-- | watch-library/hw/driver_init.h | 1 |
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 |