From 378a28edecb56791bca5f3c8858abc583f7b5eff Mon Sep 17 00:00:00 2001 From: LuigiBlood Date: Tue, 1 Aug 2023 22:57:43 +0200 Subject: [PATCH] leoReadTimer() use actual var names --- src/libleo/leotimer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/libleo/leotimer.c b/src/libleo/leotimer.c index ac3c7d0..198a04d 100644 --- a/src/libleo/leotimer.c +++ b/src/libleo/leotimer.c @@ -2,8 +2,8 @@ #include "libleo/internal.h" void leoReadTimer(void) { - UNUSED u8* filler; - UNUSED u8 padding[4]; + UNUSED u8* rdparam; + UNUSED u8 data[4]; __LOCTime time; u8 sense_code = __locReadTimer(&time); LEOcur_command->data.time.yearlo = time.year;