* faketec/promicro fix

This commit is contained in:
Scott Powell
2025-03-21 21:53:53 +11:00
parent 965e40eb9e
commit 0163c4034b
5 changed files with 5 additions and 7 deletions

View File

@@ -0,0 +1,10 @@
#pragma once
#include <helpers/nrf52/FaketecBoard.h>
#include <helpers/CustomSX1262Wrapper.h>
#include <helpers/CustomLLCC68Wrapper.h>
extern FaketecBoard board;
extern RADIO_CLASS radio;
bool radio_init();