Fix compilation for RAK4631
This commit is contained in:
@@ -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"
|
||||||
@@ -132,4 +133,5 @@ 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>
|
||||||
@@ -113,4 +114,5 @@ private:
|
|||||||
bool started = false;
|
bool started = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
Reference in New Issue
Block a user