From e0e5cb9ce6e3e43309a43ad3cca8ec8b1a1d6f99 Mon Sep 17 00:00:00 2001 From: YamaArashi Date: Tue, 5 Apr 2016 20:51:34 -0700 Subject: small string/RTC code changes --- include/rtc_util.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/rtc_util.h') 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(); -- cgit v1.2.3