mirror of
https://github.com/markqvist/OpenModem.git
synced 2025-05-11 10:54:59 -04:00
Working
This commit is contained in:
commit
c898b090dd
1049 changed files with 288572 additions and 0 deletions
20
Modem/cfg/cfg_tftp.h
Normal file
20
Modem/cfg/cfg_tftp.h
Normal file
|
@ -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 */
|
Loading…
Add table
Add a link
Reference in a new issue