Fixed nRF build include
This commit is contained in:
parent
a388669eaf
commit
10c58e16b0
2
Boards.h
2
Boards.h
|
@ -14,7 +14,6 @@
|
||||||
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
// along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
#include "Modem.h"
|
#include "Modem.h"
|
||||||
#include <variant.h>
|
|
||||||
|
|
||||||
#ifndef BOARDS_H
|
#ifndef BOARDS_H
|
||||||
#define BOARDS_H
|
#define BOARDS_H
|
||||||
|
@ -53,6 +52,7 @@
|
||||||
#define PLATFORM PLATFORM_ESP32
|
#define PLATFORM PLATFORM_ESP32
|
||||||
#define MCU_VARIANT MCU_ESP32
|
#define MCU_VARIANT MCU_ESP32
|
||||||
#elif defined(NRF52840_XXAA)
|
#elif defined(NRF52840_XXAA)
|
||||||
|
#include <variant.h>
|
||||||
#define PLATFORM PLATFORM_NRF52
|
#define PLATFORM PLATFORM_NRF52
|
||||||
#define MCU_VARIANT MCU_NRF52
|
#define MCU_VARIANT MCU_NRF52
|
||||||
#else
|
#else
|
||||||
|
|
Binary file not shown.
Loading…
Reference in New Issue