mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #4393 from 0xc0170/fix_race_test_single
race tests: fix unsupported conditionpull/4216/head
commit
1a37ea608a
|
@ -22,7 +22,7 @@
|
||||||
#include "SingletonPtr.h"
|
#include "SingletonPtr.h"
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
||||||
#ifndef MBED_RTOS_SINGLE_THREAD
|
#ifdef MBED_RTOS_SINGLE_THREAD
|
||||||
#error [NOT_SUPPORTED] test not supported for single threaded enviroment
|
#error [NOT_SUPPORTED] test not supported for single threaded enviroment
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue