BeRTOS
cfg_pocketbus.h
Go to the documentation of this file.
00001 
00038 #ifndef CFG_POCKETBUS_H
00039 #define CFG_POCKETBUS_H
00040 
00047 #define POCKETBUS_LOG_LEVEL      LOG_LVL_ERR
00048 
00055 #define POCKETBUS_LOG_FORMAT     LOG_FMT_TERSE
00056 
00057 
00063 #define CONFIG_POCKETBUS_BUFLEN     128
00064 
00069 #define CONFIG_POCKETBUS_CMD_REPLY_TIMEOUT   50
00070 
00071 #endif /* CFG_POCKETBUS_H */