Get RTC date

This commit is contained in:
2025-10-15 23:08:23 +02:00
parent 846ddd54f3
commit eefff6e492
4 changed files with 129 additions and 0 deletions

View File

@ -60,6 +60,7 @@ SRCFILES += $(call GRABSRC, \
ipc/pipe \
dev \
randcrypto \
time \
)
CFILES := $(call GET_CFILES, $(SRCFILES))