mirror of
https://github.com/meshcore-dev/MeshCore.git
synced 2026-04-20 22:13:47 +00:00
* refactor: rtc_clock now defined by variants/*/target modules
This commit is contained in:
parent
2224bddcb5
commit
c0cb57be5c
32 changed files with 111 additions and 27 deletions
|
|
@ -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) ;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue