RF drivers need DEVICE_SPI

pull/7814/head
Seppo Takalo 2018-08-31 20:58:48 +03:00 committed by Cruz Monrreal II
parent 4c105fc2d7
commit d39c5c58ae
5 changed files with 38 additions and 38 deletions

View File

@ -20,7 +20,7 @@
#include "at24mac.h"
#include "PinNames.h"
#ifdef MBED_CONF_NANOSTACK_CONFIGURATION
#if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI
#include "NanostackRfPhy.h"

View File

@ -15,7 +15,7 @@
*/
#include <string.h>
#ifdef MBED_CONF_NANOSTACK_CONFIGURATION
#if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI
#include "platform/arm_hal_interrupt.h"
#include "nanostack/platform/arm_hal_phy.h"

View File

@ -19,7 +19,7 @@
#include "mbed.h"
#ifdef MBED_CONF_NANOSTACK_CONFIGURATION
#if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI
#include "NanostackRfPhy.h"

View File

@ -42,7 +42,7 @@
#include "MCR20Reg.h"
#include "XcvrSpi.h"
#ifdef MBED_CONF_NANOSTACK_CONFIGURATION
#if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI
#include "platform/arm_hal_interrupt.h"

View File

@ -15,7 +15,7 @@
*/
#include "NanostackRfPhyMcr20a.h"
#ifdef MBED_CONF_NANOSTACK_CONFIGURATION
#if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI
#include "ns_types.h"
#include "platform/arm_hal_interrupt.h"