Choco OS  V.0.16.9.0
Join to the chocolate world
oc_services_cfg.h
1 
28 #ifndef SYSTEM_CONFIG_OC_SERVICES_CFG_H_
29 #define SYSTEM_CONFIG_OC_SERVICES_CFG_H_
30 
31 #include <oc_cfg.h>
32 
33 //==========================================================================================================================================
38 //==========================================================================================================================================
39 #define CFG_LIST_SERVICES(TURN_ON,TURN_OFF) \
40  TURN_OFF(Telnet) \
41 
42 #endif /* SYSTEM_CONFIG_OC_SERVICES_CFG_H_ */
Helper macros for configurations files.