mirror of https://github.com/ARMmbed/mbed-os.git
race tests: fix unsupported condition
Should be true if single thread is defined, then its not supported.pull/4393/head
parent
4d985eae3a
commit
7aea3bc43e
|
@ -22,7 +22,7 @@
|
|||
#include "SingletonPtr.h"
|
||||
#include <stdio.h>
|
||||
|
||||
#ifndef MBED_RTOS_SINGLE_THREAD
|
||||
#ifdef MBED_RTOS_SINGLE_THREAD
|
||||
#error [NOT_SUPPORTED] test not supported for single threaded enviroment
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue