Remove rtc auto-detect on t1000

This commit is contained in:
Florent
2025-03-30 15:09:40 +02:00
parent fc6aa0ed0f
commit 2f6427ce21
2 changed files with 4 additions and 6 deletions

View File

@@ -5,11 +5,11 @@
#include <helpers/RadioLibWrappers.h>
#include <helpers/nrf52/T1000eBoard.h>
#include <helpers/CustomLR1110Wrapper.h>
#include <helpers/AutoDiscoverRTCClock.h>
#include <helpers/ArduinoHelpers.h>
extern T1000eBoard board;
extern WRAPPER_CLASS radio_driver;
extern AutoDiscoverRTCClock rtc_clock;
extern VolatileRTCClock rtc_clock;
bool radio_init();
uint32_t radio_get_rng_seed();