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

Este commit está contenido en:
Scott Powell
2025-03-27 21:28:06 +11:00
padre 2224bddcb5
commit c0cb57be5c
Se han modificado 32 ficheros con 111 adiciones y 27 borrados
+2
Ver fichero
@@ -5,9 +5,11 @@
#include <helpers/RadioLibWrappers.h>
#include <helpers/StationG2Board.h>
#include <helpers/CustomSX1262Wrapper.h>
#include <helpers/AutoDiscoverRTCClock.h>
extern StationG2Board board;
extern WRAPPER_CLASS radio_driver;
extern AutoDiscoverRTCClock rtc_clock;
bool radio_init();
uint32_t radio_get_rng_seed();