Skip to content

Commit 9f5cdd2

Browse files
committed
updated
1 parent a89d0b9 commit 9f5cdd2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

STM32F1/libraries/RTClock/src/RTClock.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515
#define SECS_PER_YEAR (SECS_PER_WEEK * 52UL)
1616
#define SECS_YR_2000 (946684800UL) // the time at the start of y2k
1717
#define LEAP_YEAR(Y) ( ((1970+Y)>0) && !((1970+Y)%4) && ( ((1970+Y)%100) || !((1970+Y)%400) ) )
18-
#define HALFTZ 0
1918

2019
#if !defined(__time_t_defined) // avoid conflict with newlib or other posix libc
2120
#warning "Using private time_t definintion"

0 commit comments

Comments
 (0)