mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2025-07-23 15:00:54 -04:00
Fix compilation for RAK4631
This commit is contained in:
parent
15a1d53c61
commit
4615765039
2 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,6 @@
|
||||||
#include "Boards.h"
|
#include "Boards.h"
|
||||||
|
|
||||||
|
#if PLATFORM != PLATFORM_NRF52
|
||||||
#if HAS_BLE
|
#if HAS_BLE
|
||||||
|
|
||||||
#include "BLESerial.h"
|
#include "BLESerial.h"
|
||||||
|
@ -133,3 +134,4 @@ void BLESerial::SetupSerialService() {
|
||||||
BLESerial::BLESerial() { }
|
BLESerial::BLESerial() { }
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
|
@ -1,5 +1,6 @@
|
||||||
#include "Boards.h"
|
#include "Boards.h"
|
||||||
|
|
||||||
|
#if PLATFORM != PLATFORM_NRF52
|
||||||
#if HAS_BLE
|
#if HAS_BLE
|
||||||
|
|
||||||
#include <Arduino.h>
|
#include <Arduino.h>
|
||||||
|
@ -114,3 +115,4 @@ private:
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
Loading…
Add table
Add a link
Reference in a new issue