Merge pull request #13512 from fjmolinas/pr_interactive_sync_disable
tests: handle cml interactive_sync disabling
This commit is contained in:
commit
ee8b837b51
@ -32,7 +32,11 @@ extern "C" {
|
|||||||
* @details Wait for a 's' character to return
|
* @details Wait for a 's' character to return
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
#ifdef MODULE_TEST_UTILS_INTERACTIVE_SYNC
|
||||||
void test_utils_interactive_sync(void);
|
void test_utils_interactive_sync(void);
|
||||||
|
#else
|
||||||
|
static inline void test_utils_interactive_sync(void) {}
|
||||||
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user