All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
fdb_cfg.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2020, Armink, <armink.ztl@gmail.com>
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
12 #ifndef FDB_CFG_H
13 #define FDB_CFG_H
14 
15 #ifdef __cplusplus
16 extern "C" {
17 #endif
18 
22 #ifndef FDB_DEBUG_ENABLE
23 #define FDB_PRINT(...)
24 #endif
25 
26 #ifdef __cplusplus
27 }
28 #endif
29 #endif /* FDB_CFG_H */