embkernel
 All Classes Functions Variables Typedefs Groups Pages
CfgLib.hpp
1 //------------------------------------------------------------------------------
2 //This file is part of embKernel.
3 //See license.txt for the full license governing this code.
4 //------------------------------------------------------------------------------
5 
6 #ifndef CFG_LIB_HPP_
7 #define CFG_LIB_HPP_
8 
9 #define LIB_CFG_DEBUG_ENABLE 1
10 #define LIB_CFG_USER_DEBUG_ENABLE 1
11 
12 #define LIB_CFG_LOG_BUFFER_SIZE 128
13 
14 #define LIB_CFG_PRINTF_FLOAT_SUPPORT_ENABLE 0
15 
16 #define LIB_CFG_LITTLE_ENDIAN 1
17 
18 #endif /* CFG_LIB_HPP_ */