2019-08-14 13:30:52 +02:00
|
|
|
CFLAGS += -DRTC_NORMALIZE_COMPAT=1
|
|
|
|
|
2021-12-19 16:24:48 +01:00
|
|
|
USEMODULE += rtc_utils
|
2019-10-15 09:43:24 +02:00
|
|
|
|
|
|
|
# AVR/ATmega uses `int8_t` for `struct tm` which leads to integer overflows
|
|
|
|
# in these tests
|
|
|
|
FEATURES_BLACKLIST += arch_avr8
|