Skip to content

Commit bc76c2a

Browse files
author
Antti Kauppila
committed
36510 test build fixed
1 parent 2ff6cd3 commit bc76c2a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

features/nanostack/targets/TARGET_NCS36510/NanostackRfPhyNcs36510.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ extern "C" {
3333

3434
#define SIGNAL_COUNT_RADIO 1
3535

36+
#include "Thread.h"
37+
#include "ThisThread.h"
38+
#include "mbed_error.h"
39+
using namespace rtos;
3640
static void rf_thread_loop();
3741
Thread rf_thread(osPriorityRealtime, RF_THREAD_STACK_SIZE);
3842

0 commit comments

Comments
 (0)