Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
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
31
void
test_utils_interactive_sync
(
void
);
32
#else
33
static
inline
void
test_utils_interactive_sync
(
void
) {}
34
#endif
35
36
#ifdef __cplusplus
37
}
38
#endif
test_utils_interactive_sync
static void test_utils_interactive_sync(void)
Wait for the tester to start test.
Definition:
interactive_sync.h:33
Generated on Mon Nov 24 2025 18:43:16 by
1.9.1