re-enable RTC support on THINKNODE M3 and M6

This commit is contained in:
Jonathan Bennett
2026-01-30 09:46:41 -06:00
parent 68733a6c51
commit ad4b1d9c2b
5 changed files with 6 additions and 7 deletions

View File

@@ -276,7 +276,6 @@ RTCSetResult perhapsSetRTC(RTCQuality q, const struct timeval *tv, bool forceUpd
settimeofday(tv, NULL);
#endif
// nrf52 doesn't have a readable RTC (yet - software not written)
#if HAS_RTC
readFromRTC();
#endif