BeRTOS
cfg_nmea.h
Go to the documentation of this file.
00001 
00038 #ifndef CFG_NMEA_H
00039 #define CFG_NMEA_H
00040 
00047 #define NMEA_LOG_LEVEL      LOG_LVL_ERR
00048 
00055 #define NMEA_LOG_FORMAT     LOG_FMT_TERSE
00056 
00057 
00064 #define CONFIG_NMEAP_MAX_SENTENCES         8
00065 
00074 #define CONFIG_NMEAP_MAX_SENTENCE_LENGTH   255
00075 
00082 #define CONFIG_NMEAP_MAX_TOKENS            24
00083 
00084 #endif /* CFG_NMEA_H */
00085