File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
components/802.15.4_RF/mcr20a-rf-driver Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 17
17
#ifndef NANOSTACK_PHY_MCR20A_H_
18
18
#define NANOSTACK_PHY_MCR20A_H_
19
19
20
- #if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI && defined(MBED_CONF_RTOS_PRESENT)
20
+ #if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI && DEVICE_INTERRUPTIN && defined(MBED_CONF_RTOS_PRESENT)
21
21
#include " inttypes.h"
22
22
#include " NanostackRfPhy.h"
23
23
#include " DigitalIn.h"
Original file line number Diff line number Diff line change 13
13
* See the License for the specific language governing permissions and
14
14
* limitations under the License.
15
15
*/
16
- #include " NanostackRfPhyMcr20a.h"
17
16
18
17
#if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI && DEVICE_INTERRUPTIN && defined(MBED_CONF_RTOS_PRESENT)
19
18
19
+ #include " NanostackRfPhyMcr20a.h"
20
20
#include " ns_types.h"
21
21
#include " platform/arm_hal_interrupt.h"
22
22
#include " nanostack/platform/arm_hal_phy.h"
You can’t perform that action at this time.
0 commit comments