projects
/
bertos.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'dev'
[bertos.git]
/
boards
/
arduino
/
templates
/
arduino_kernel
/
cfg
/
cfg_tftp.h
1
#ifndef CFG_TFTP_H
2
#define CFG_TFTP_H
3
4
/**
5
* Module logging level.
6
*
7
* $WIZ$ type = "enum"
8
* $WIZ$ value_list = "log_level"
9
*/
10
#define TFTP_LOG_LEVEL LOG_LVL_WARN
11
12
/**
13
* Module logging format.
14
*
15
* $WIZ$ type = "enum"
16
* $WIZ$ value_list = "log_format"
17
*/
18
#define TFTP_LOG_FORMAT LOG_FMT_VERBOSE
19
20
#endif /* CFG_TFTP_H */