* refactor: rtc_clock now defined by variants/*/target modules

Cette révision appartient à :
Scott Powell
2025-03-27 21:28:06 +11:00
Parent 2224bddcb5
révision c0cb57be5c
32 fichiers modifiés avec 111 ajouts et 27 suppressions
+1 -1
Voir le fichier
@@ -523,7 +523,7 @@ public:
StdRNG fast_rng;
SimpleMeshTables tables;
MyMesh the_mesh(radio_driver, fast_rng, *new VolatileRTCClock(), tables);
MyMesh the_mesh(radio_driver, fast_rng, *new VolatileRTCClock(), tables); // TODO: test with 'rtc_clock' in target.cpp
void halt() {
while (1) ;