mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2024-12-25 07:29:41 -05:00
Fix compilation for RAK4631
This commit is contained in:
parent
15a1d53c61
commit
4615765039
@ -1,5 +1,6 @@
|
||||
#include "Boards.h"
|
||||
|
||||
#if PLATFORM != PLATFORM_NRF52
|
||||
#if HAS_BLE
|
||||
|
||||
#include "BLESerial.h"
|
||||
@ -132,4 +133,5 @@ void BLESerial::SetupSerialService() {
|
||||
|
||||
BLESerial::BLESerial() { }
|
||||
|
||||
#endif
|
||||
#endif
|
@ -1,5 +1,6 @@
|
||||
#include "Boards.h"
|
||||
|
||||
#if PLATFORM != PLATFORM_NRF52
|
||||
#if HAS_BLE
|
||||
|
||||
#include <Arduino.h>
|
||||
@ -113,4 +114,5 @@ private:
|
||||
bool started = false;
|
||||
};
|
||||
|
||||
#endif
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user