36510 test build fixed

pull/9210/head
Antti Kauppila 2019-01-03 19:53:17 +02:00
parent 2ff6cd3df3
commit bc76c2a2f5
1 changed files with 4 additions and 0 deletions

View File

@ -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);