From 9f5cdd2d24bf4c0d24f99963221cee5a8fe38f42 Mon Sep 17 00:00:00 2001 From: csnol Date: Wed, 18 Oct 2017 21:45:19 +0800 Subject: [PATCH] updated --- STM32F1/libraries/RTClock/src/RTClock.h | 1 - 1 file changed, 1 deletion(-) diff --git a/STM32F1/libraries/RTClock/src/RTClock.h b/STM32F1/libraries/RTClock/src/RTClock.h index d6b3090..c0954ea 100755 --- a/STM32F1/libraries/RTClock/src/RTClock.h +++ b/STM32F1/libraries/RTClock/src/RTClock.h @@ -15,7 +15,6 @@ #define SECS_PER_YEAR (SECS_PER_WEEK * 52UL) #define SECS_YR_2000 (946684800UL) // the time at the start of y2k #define LEAP_YEAR(Y) ( ((1970+Y)>0) && !((1970+Y)%4) && ( ((1970+Y)%100) || !((1970+Y)%400) ) ) -#define HALFTZ 0 #if !defined(__time_t_defined) // avoid conflict with newlib or other posix libc #warning "Using private time_t definintion"