From cbbfa871ae3d9db3852d9122a6d8355896c073ed Mon Sep 17 00:00:00 2001 From: João Silva Date: Mon, 16 Jan 2017 22:39:57 +0000 Subject: Many cleanups. --- source/srtc.h | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'source/srtc.h') diff --git a/source/srtc.h b/source/srtc.h index 00624cc..4306999 100644 --- a/source/srtc.h +++ b/source/srtc.h @@ -45,13 +45,12 @@ Index Description Range (nibble) typedef struct { - bool needs_init; - bool count_enable; // Does RTC mark time or is it frozen - uint8_t data [MAX_RTC_INDEX + 1]; - int8_t index; - uint8_t mode; - - time_t system_timestamp; // Of latest RTC load time + bool needs_init; + bool count_enable; // Does RTC mark time or is it frozen + uint8_t data [MAX_RTC_INDEX + 1]; + int8_t index; + uint8_t mode; + time_t system_timestamp; // Of latest RTC load time uint32_t pad; } SRTC_DATA; @@ -68,4 +67,3 @@ void S9xHardResetSRTC(); #define SRTC_SRAM_PAD (4 + 8 + 1 + MAX_RTC_INDEX) #endif // _srtc_h - -- cgit v1.2.3