mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
6dbbc8f33a
Calling localtime() adds considerable overhead. There are easier ways to set the date to 1970. For tests/periph_rtc this results in this ROM change: master: text data bss dec hex 31328 240 98064 129632 1fa60 with this patch: text data bss dec hex 20036 140 98168 118344 1ce48 |
||
---|---|---|
.. | ||
adc.c | ||
dac.c | ||
gpio.c | ||
Makefile | ||
pm.c | ||
pwm.c | ||
rtc.c | ||
spi.c | ||
timer.c | ||
uart.c |