Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
config.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2021 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
#ifndef CONFIG_CONGURE_ABE_MULTIPLIER_NUMERATOR_DEFAULT
31
#define CONFIG_CONGURE_ABE_MULTIPLIER_NUMERATOR_DEFAULT (4U)
32
#endif
33
40
#ifndef CONFIG_CONGURE_ABE_MULTIPLIER_DENOMINATOR_DEFAULT
41
#define CONFIG_CONGURE_ABE_MULTIPLIER_DENOMINATOR_DEFAULT (5U)
42
#endif
43
44
#ifdef __cplusplus
45
}
46
#endif
47
Generated on Mon Nov 24 2025 18:43:15 by
1.9.1