TEST: fix typo

pull/12612/head
Qinghao Shi 2020-03-30 20:55:38 +01:00
parent 8468fbe798
commit 0e67d1c258
5 changed files with 5 additions and 5 deletions

View File

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

View File

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

View File

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

View File

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

View File

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