BeRTOS
cfg_keytag.h
Go to the documentation of this file.
00001 
00038 #ifndef CFG_KEYTAG_H
00039 #define CFG_KEYTAG_H
00040 
00046 #define CONFIG_KEYTAG_LOG_LEVEL        LOG_LVL_ERR
00047 
00052 #define CONFIG_KEYTAG_LOG_FORMAT       LOG_FMT_TERSE
00053 
00058 #define CONFIG_TAG_MAX_LEN 14U
00059 
00060 #endif /* CFG_KEYTAG_H */
00061