Choco OS  V.0.16.9.0
Join to the chocolate world
oc_memory_cfg.h
1 
28 #ifndef SYSTEM_CONFIG_OC_MEMORY_CFG_H_
29 #define SYSTEM_CONFIG_OC_MEMORY_CFG_H_
30 
31 #include <oc_cfg.h>
32 
33 //==========================================================================================================================================
41 //==========================================================================================================================================
42 #define CFG_PERCENT_DEFAULT_MEMORY_EXHAUSTED_LIMIT PERCENT(1)
43 
44 //==========================================================================================================================================
54 //==========================================================================================================================================
55 #define CFG_PERCENT_PANIC_MEMORY_EXHAUSTED_LIMIT PERCENT(1)
56 
57 #endif /* SYSTEM_CONFIG_OC_MEMORY_CFG_H_ */
Helper macros for configurations files.