BeRTOS
cfg_parser.h
Go to the documentation of this file.
00001 
00038 #ifndef CFG_PARSER_H
00039 #define CFG_PARSER_H
00040 
00046 #define CONFIG_PARSER_MAX_ARGS       4
00047 
00053 #define CONFIG_MAX_COMMANDS_NUMBER  16
00054 
00061 #define CONFIG_ENABLE_COMPAT_BEHAVIOUR 1
00062 
00063 #endif /* CFG_PARSER_H */
00064 
00065 
00066