Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2021 Freie Universität Berlin
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
20
#ifndef CONGURE_CONFIG_H
21
#define CONGURE_CONFIG_H
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
33
#ifndef CONFIG_CONGURE_ABE_MULTIPLIER_NUMERATOR_DEFAULT
34
#define CONFIG_CONGURE_ABE_MULTIPLIER_NUMERATOR_DEFAULT (4U)
35
#endif
36
43
#ifndef CONFIG_CONGURE_ABE_MULTIPLIER_DENOMINATOR_DEFAULT
44
#define CONFIG_CONGURE_ABE_MULTIPLIER_DENOMINATOR_DEFAULT (5U)
45
#endif
46
47
#ifdef __cplusplus
48
}
49
#endif
50
51
#endif
/* CONGURE_CONFIG_H */
Generated on Fri Nov 15 2024 22:46:37 by
1.9.8