Skip to content

Commit df8b60f

Browse files
author
Arto Kinnunen
committed
Nanostack 802.15.4 RF drivers update
Sync Nanostack RF drivers from master copy: -MCR20A: v1.0.5
1 parent db8a018 commit df8b60f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

components/802.15.4_RF/mcr20a-rf-driver/mcr20a-rf-driver/NanostackRfPhyMcr20a.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
#ifndef NANOSTACK_PHY_MCR20A_H_
1818
#define NANOSTACK_PHY_MCR20A_H_
1919

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)
2121
#include "inttypes.h"
2222
#include "NanostackRfPhy.h"
2323
#include "DigitalIn.h"

components/802.15.4_RF/mcr20a-rf-driver/source/NanostackRfPhyMcr20a.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
* See the License for the specific language governing permissions and
1414
* limitations under the License.
1515
*/
16-
#include "NanostackRfPhyMcr20a.h"
1716

1817
#if defined(MBED_CONF_NANOSTACK_CONFIGURATION) && DEVICE_SPI && DEVICE_INTERRUPTIN && defined(MBED_CONF_RTOS_PRESENT)
1918

19+
#include "NanostackRfPhyMcr20a.h"
2020
#include "ns_types.h"
2121
#include "platform/arm_hal_interrupt.h"
2222
#include "nanostack/platform/arm_hal_phy.h"

0 commit comments

Comments
 (0)