mirror of https://github.com/ARMmbed/mbed-os.git
36510 test build fixed
parent
2ff6cd3df3
commit
bc76c2a2f5
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue