From bc76c2a2f55e9dfcf539f78c882299dc235aaa5f Mon Sep 17 00:00:00 2001 From: Antti Kauppila Date: Thu, 3 Jan 2019 19:53:17 +0200 Subject: [PATCH] 36510 test build fixed --- .../targets/TARGET_NCS36510/NanostackRfPhyNcs36510.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/features/nanostack/targets/TARGET_NCS36510/NanostackRfPhyNcs36510.cpp b/features/nanostack/targets/TARGET_NCS36510/NanostackRfPhyNcs36510.cpp index 80f2666c66..061f11ba04 100644 --- a/features/nanostack/targets/TARGET_NCS36510/NanostackRfPhyNcs36510.cpp +++ b/features/nanostack/targets/TARGET_NCS36510/NanostackRfPhyNcs36510.cpp @@ -33,6 +33,10 @@ extern "C" { #define SIGNAL_COUNT_RADIO 1 +#include "Thread.h" +#include "ThisThread.h" +#include "mbed_error.h" +using namespace rtos; static void rf_thread_loop(); Thread rf_thread(osPriorityRealtime, RF_THREAD_STACK_SIZE);