rosalina: ntp: use PTMSYSM_SetRtcTime

This commit is contained in:
TuxSH
2020-05-18 22:43:00 +01:00
parent 704e08dc23
commit 0471002d4c
3 changed files with 13 additions and 47 deletions

View File

@@ -30,4 +30,4 @@
#include <time.h>
Result ntpGetTimeStamp(time_t *outTimestamp);
Result ntpSetTimeDate(const struct tm *localt);
Result ntpSetTimeDate(time_t timestamp);