TESTS-MBED_HAL-COMMON_TICKERS no more executed

pull/12173/head
jeromecoutant 2019-12-19 09:52:48 +01:00 committed by Bartek Szatkowski
parent e29cb193ca
commit 4bdd57341b
2 changed files with 3 additions and 3 deletions

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
#if !defined(MBED_RTOS_CONF_PRESENT)
#if !defined(MBED_CONF_RTOS_PRESENT)
#error [NOT_SUPPORTED] usticker test cases require a RTOS to run
#else
@ -611,4 +611,4 @@ int main()
return !Harness::run(specification);
}
#endif // !DEVICE_USTICKER
#endif // !defined(MBED_RTOS_CONF_PRESENT)
#endif // !defined(MBED_CONF_RTOS_PRESENT)

View File

@ -209,4 +209,4 @@ int main()
}
#endif // defined(SKIP_TIME_DRIFT_TESTS) || !DEVICE_USTICKER
#endif // !defined(MBED_RTOS_CONF_PRESENT)
#endif // !defined(MBED_CONF_RTOS_PRESENT)