X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Farduino%2Fexamples%2Farduino_aprs%2Fcfg%2Fcfg_tftp.h;fp=boards%2Farduino%2Fexamples%2Farduino_aprs%2Fcfg%2Fcfg_tftp.h;h=36cc622c8907a55493408ccc7ac6b53fa5328094;hb=5e73aab9a17894e79527640580b759e87a4dec8c;hp=0000000000000000000000000000000000000000;hpb=0983c6f23534b2388910506e4283bb77b3ebd23d;p=bertos.git diff --git a/boards/arduino/examples/arduino_aprs/cfg/cfg_tftp.h b/boards/arduino/examples/arduino_aprs/cfg/cfg_tftp.h new file mode 100644 index 00000000..36cc622c --- /dev/null +++ b/boards/arduino/examples/arduino_aprs/cfg/cfg_tftp.h @@ -0,0 +1,20 @@ +#ifndef CFG_TFTP_H +#define CFG_TFTP_H + +/** + * Module logging level. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" + */ +#define TFTP_LOG_LEVEL LOG_LVL_WARN + +/** + * Module logging format. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" + */ +#define TFTP_LOG_FORMAT LOG_FMT_VERBOSE + +#endif /* CFG_TFTP_H */