* BIG refactor: 'board' and 'radio' objects now defined in 'target.h/.cpp'

* mesh::RTCClock class moved to MeshCore.h
이 커밋은 다음에 포함됨:
Scott Powell
2025-03-21 18:57:12 +11:00
부모 0a5a115875
커밋 bfb4b1c496
48개의 변경된 파일726개의 추가작업 그리고 407개의 파일을 삭제
+9
파일 보기
@@ -0,0 +1,9 @@
#pragma once
#include <helpers/nrf52/T1000eBoard.h>
#include <helpers/CustomLR1110Wrapper.h>
extern T1000eBoard board;
extern RADIO_CLASS radio;
bool radio_init();