rng cleanup

This commit is contained in:
liquidraver
2026-07-22 22:00:37 +02:00
parent 356f8f4fec
commit c28ae21555
7 changed files with 124 additions and 265 deletions
+1 -2
View File
@@ -245,7 +245,6 @@ static void time_sync_cb(uint32_t unix_ts)
static mesh::ZephyrBoard s_board;
static mesh::ZephyrMillisecondClock s_ms_clock;
static mesh::ZephyrRNG s_rng;
static const struct device *const lora_dev = DEVICE_DT_GET(DT_ALIAS(lora0));
@@ -260,7 +259,7 @@ static mesh::SX127xRadio lora_radio(lora_dev, s_board, &s_radio_prefs);
static mesh::SX126xRadio lora_radio(lora_dev, s_board, &s_radio_prefs);
#endif
static mesh::ObserverMesh observer_mesh(lora_radio, s_ms_clock, s_rng, s_rtc_clock);
static mesh::ObserverMesh observer_mesh(lora_radio, s_ms_clock, s_rtc_clock);
static RepeaterDataStore data_store;
/* ========== main() ========== */