mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-05-10 19:36:54 +00:00
* refactor: rtc_clock now defined by variants/*/target modules
This commit is contained in:
@@ -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) ;
|
||||
|
||||
Reference in New Issue
Block a user