From 762af872d2f2c977e51d6e51b8c3ad622485cc05 Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sun, 5 Dec 2021 23:49:26 -0600 Subject: fix missing prototype warnings --- watch-library/hal/src/hal_io.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'watch-library/hal') 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 */ -- cgit v1.2.3