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

Esse commit está contido em:
Scott Powell
2025-03-27 21:28:06 +11:00
commit c0cb57be5c
32 arquivos alterados com 111 adições e 27 exclusões
+2
Ver Arquivo
@@ -5,9 +5,11 @@
#include <helpers/RadioLibWrappers.h>
#include <helpers/nrf52/TechoBoard.h>
#include <helpers/CustomSX1262Wrapper.h>
#include <helpers/AutoDiscoverRTCClock.h>
extern TechoBoard board;
extern WRAPPER_CLASS radio_driver;
extern AutoDiscoverRTCClock rtc_clock;
bool radio_init();
uint32_t radio_get_rng_seed();