Skip to content

Commit 4bdd573

Browse files
jeromecoutantbulislaw
authored andcommitted
TESTS-MBED_HAL-COMMON_TICKERS no more executed
1 parent e29cb19 commit 4bdd573

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

TESTS/mbed_hal/common_tickers/main.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#if !defined(MBED_RTOS_CONF_PRESENT)
17+
#if !defined(MBED_CONF_RTOS_PRESENT)
1818
#error [NOT_SUPPORTED] usticker test cases require a RTOS to run
1919
#else
2020

@@ -611,4 +611,4 @@ int main()
611611
return !Harness::run(specification);
612612
}
613613
#endif // !DEVICE_USTICKER
614-
#endif // !defined(MBED_RTOS_CONF_PRESENT)
614+
#endif // !defined(MBED_CONF_RTOS_PRESENT)

TESTS/mbed_hal/common_tickers_freq/main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -209,4 +209,4 @@ int main()
209209
}
210210

211211
#endif // defined(SKIP_TIME_DRIFT_TESTS) || !DEVICE_USTICKER
212-
#endif // !defined(MBED_RTOS_CONF_PRESENT)
212+
#endif // !defined(MBED_CONF_RTOS_PRESENT)

0 commit comments

Comments
 (0)