We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a89d0b9 commit 9f5cdd2Copy full SHA for 9f5cdd2
STM32F1/libraries/RTClock/src/RTClock.h
@@ -15,7 +15,6 @@
15
#define SECS_PER_YEAR (SECS_PER_WEEK * 52UL)
16
#define SECS_YR_2000 (946684800UL) // the time at the start of y2k
17
#define LEAP_YEAR(Y) ( ((1970+Y)>0) && !((1970+Y)%4) && ( ((1970+Y)%100) || !((1970+Y)%400) ) )
18
-#define HALFTZ 0
19
20
#if !defined(__time_t_defined) // avoid conflict with newlib or other posix libc
21
#warning "Using private time_t definintion"
0 commit comments