mirror of https://github.com/ARMmbed/mbed-os.git
TEST: fix typo
parent
8468fbe798
commit
0e67d1c258
|
@ -24,7 +24,7 @@
|
|||
#if !INTEGRATION_TESTS
|
||||
#error [NOT_SUPPORTED] integration tests not enabled for this target
|
||||
#elif !MBED_CONF_RTOS_PRESENT
|
||||
#error [NOT_SUPPORTED] integration tests required RTOS
|
||||
#error [NOT_SUPPORTED] integration tests require RTOS
|
||||
#else
|
||||
|
||||
#include "mbed.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#if !INTEGRATION_TESTS
|
||||
#error [NOT_SUPPORTED] integration tests not enabled for this target
|
||||
#elif !MBED_CONF_RTOS_PRESENT
|
||||
#error [NOT_SUPPORTED] integration tests required RTOS
|
||||
#error [NOT_SUPPORTED] integration tests require RTOS
|
||||
#else
|
||||
|
||||
#include "mbed.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#if !INTEGRATION_TESTS
|
||||
#error [NOT_SUPPORTED] integration tests not enabled for this target
|
||||
#elif !MBED_CONF_RTOS_PRESENT
|
||||
#error [NOT_SUPPORTED] integration tests required RTOS
|
||||
#error [NOT_SUPPORTED] integration tests require RTOS
|
||||
#else
|
||||
|
||||
#include "mbed.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#if !INTEGRATION_TESTS
|
||||
#error [NOT_SUPPORTED] integration tests not enabled for this target
|
||||
#elif !MBED_CONF_RTOS_PRESENT
|
||||
#error [NOT_SUPPORTED] integration tests required RTOS
|
||||
#error [NOT_SUPPORTED] integration tests require RTOS
|
||||
#else
|
||||
|
||||
#include "mbed.h"
|
||||
|
|
|
@ -24,7 +24,7 @@
|
|||
#if !INTEGRATION_TESTS
|
||||
#error [NOT_SUPPORTED] integration tests not enabled for this target
|
||||
#elif !MBED_CONF_RTOS_PRESENT
|
||||
#error [NOT_SUPPORTED] integration tests required RTOS
|
||||
#error [NOT_SUPPORTED] integration tests require RTOS
|
||||
#else
|
||||
|
||||
#include "mbed.h"
|
||||
|
|
Loading…
Reference in New Issue