interactive_sync.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2019 Freie Universität Berlin
3  * SPDX-License-Identifier: LGPL-2.1-only
4  */
5 
6 #pragma once
7 
20 #ifdef __cplusplus
21 extern "C" {
22 #endif
23 
30 #ifdef MODULE_TEST_UTILS_INTERACTIVE_SYNC
32 #else
33 static inline void test_utils_interactive_sync(void) {}
34 #endif
35 
36 #ifdef __cplusplus
37 }
38 #endif
static void test_utils_interactive_sync(void)
Wait for the tester to start test.