From: asterix Date: Mon, 5 Oct 2009 08:23:29 +0000 (+0000) Subject: Add configuration for nmea module. X-Git-Tag: 2.3.0~65 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=72237b5b46fc0f6852bc89e04772649105d45637;p=bertos.git Add configuration for nmea module. git-svn-id: https://src.develer.com/svnoss/bertos/trunk@3016 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/cfg_nmea.h b/bertos/cfg/cfg_nmea.h new file mode 100644 index 00000000..c74aced3 --- /dev/null +++ b/bertos/cfg/cfg_nmea.h @@ -0,0 +1,57 @@ +/** + * \file + * + * + * \brief Configuration file for NMEA module. + * + * \author Daniele Basile + */ + +#ifndef CFG_NMEA_H +#define CFG_NMEA_H + +/** + * Module logging level. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" + */ +#define NMEA_LOG_LEVEL LOG_LVL_INFO + +/** + * Module logging format. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" + */ +#define NMEA_LOG_FORMAT LOG_FMT_VERBOSE + +#endif /* CFG_NMEA_H */