summaryrefslogtreecommitdiffstats
path: root/watch-library/hal
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2021-12-05 23:49:26 -0600
committerJoey Castillo <joeycastillo@utexas.edu>2021-12-10 12:00:26 -0500
commit762af872d2f2c977e51d6e51b8c3ad622485cc05 (patch)
tree0fd44fe4996b04a82c5c0cc46178b5893d3ae1c0 /watch-library/hal
parent316e1f292c603885f2af3dcd69ce797d64776425 (diff)
downloadSensor-Watch-762af872d2f2c977e51d6e51b8c3ad622485cc05.tar.gz
Sensor-Watch-762af872d2f2c977e51d6e51b8c3ad622485cc05.tar.bz2
Sensor-Watch-762af872d2f2c977e51d6e51b8c3ad622485cc05.zip
fix missing prototype warnings
Diffstat (limited to 'watch-library/hal')
-rw-r--r--watch-library/hal/src/hal_io.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/watch-library/hal/src/hal_io.c b/watch-library/hal/src/hal_io.c
index 7e8feb04..ae787d42 100644
--- a/watch-library/hal/src/hal_io.c
+++ b/watch-library/hal/src/hal_io.c
@@ -39,11 +39,6 @@
*/
#define DRIVER_VERSION 0x00000001u
-uint32_t io_get_version(void)
-{
- return DRIVER_VERSION;
-}
-
/**
* \brief I/O write interface
*/