summaryrefslogtreecommitdiffstats
path: root/watch-library/hardware
diff options
context:
space:
mode:
authorJoey Castillo <joeycastillo@utexas.edu>2022-01-26 22:15:53 -0500
committerJoey Castillo <joeycastillo@utexas.edu>2022-01-26 22:15:53 -0500
commitb2dbc4feeb48697fbbdbb7740b6db552a45b3c02 (patch)
treee9fa901e99ab625df0df5e168f3175ffdd14732e /watch-library/hardware
parenta11275d84c4ca04645eec72b1d1612d0781e0486 (diff)
downloadSensor-Watch-b2dbc4feeb48697fbbdbb7740b6db552a45b3c02.tar.gz
Sensor-Watch-b2dbc4feeb48697fbbdbb7740b6db552a45b3c02.tar.bz2
Sensor-Watch-b2dbc4feeb48697fbbdbb7740b6db552a45b3c02.zip
silence compiler warning
Diffstat (limited to 'watch-library/hardware')
-rwxr-xr-xwatch-library/hardware/hal/src/hal_usart_sync.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/watch-library/hardware/hal/src/hal_usart_sync.c b/watch-library/hardware/hal/src/hal_usart_sync.c
index ab99c1d1..c7aaf920 100755
--- a/watch-library/hardware/hal/src/hal_usart_sync.c
+++ b/watch-library/hardware/hal/src/hal_usart_sync.c
@@ -48,6 +48,7 @@ static int32_t usart_sync_read(struct io_descriptor *const io_descr, uint8_t *co
*/
int32_t usart_sync_init(struct usart_sync_descriptor *const descr, void *const hw, void *const func)
{
+ (void)func;
int32_t init_status;
ASSERT(descr && hw);
init_status = _usart_sync_init(&descr->device, hw);