Merge pull request #4393 from 0xc0170/fix_race_test_single

race tests: fix unsupported condition
pull/4216/head
Anna Bridge 2017-05-30 16:59:01 +01:00 committed by GitHub
commit 1a37ea608a
1 changed files with 1 additions and 1 deletions

View File

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