Fix compile error on nRF52

This commit is contained in:
Thomas Göttgens 2022-10-01 16:41:49 +02:00 committed by GitHub
parent 1970d0c00f
commit 371428d6ab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,7 +45,8 @@
#include "RF95Interface.h"
#include "SX1262Interface.h"
#include "SX1268Interface.h"
#if !HAS_RADIO
#if !HAS_RADIO && defined(ARCH_PORTDUINO)
#include "SimRadio.h"
#endif