diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/rtc_util.h | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/include/rtc_util.h b/include/rtc_util.h index 039d7e4fd..96d7e716b 100644 --- a/include/rtc_util.h +++ b/include/rtc_util.h @@ -15,7 +15,7 @@  #define RTC_ERR_INVALID_MINUTE 0x0400  #define RTC_ERR_INVALID_SECOND 0x0800 -#define RTC_ERROR_FLAGS        0x0FF0 +#define RTC_ERR_FLAG_MASK      0x0FF0  void RtcInit();  u16 RtcGetErrorStatus(); | 
