Skip to content

Commit 1a37ea6

Browse files
authored
Merge pull request #4393 from 0xc0170/fix_race_test_single
race tests: fix unsupported condition
2 parents 45b4d41 + 7aea3bc commit 1a37ea6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TESTS/mbed_drivers/race_test/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "SingletonPtr.h"
2323
#include <stdio.h>
2424

25-
#ifndef MBED_RTOS_SINGLE_THREAD
25+
#ifdef MBED_RTOS_SINGLE_THREAD
2626
#error [NOT_SUPPORTED] test not supported for single threaded enviroment
2727
#endif
2828

0 commit comments

Comments
 (0)