diff options
author | YamaArashi <shadow962@live.com> | 2016-04-05 20:51:34 -0700 |
---|---|---|
committer | YamaArashi <shadow962@live.com> | 2016-04-05 20:51:34 -0700 |
commit | e0e5cb9ce6e3e43309a43ad3cca8ec8b1a1d6f99 (patch) | |
tree | b10fa62dc497a26de5da36f21f3f8ec92b424406 /include/rtc_util.h | |
parent | 590888bf2791f5a800446c6908de0ab7c7c5035a (diff) |
small string/RTC code changes
Diffstat (limited to 'include/rtc_util.h')
-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(); |