Rename project to insert it into nightly test.
[bertos.git] / boards / sam3x-ek / templates / empty / cfg / cfg_tftp.h
diff --git a/boards/sam3x-ek/templates/empty/cfg/cfg_tftp.h b/boards/sam3x-ek/templates/empty/cfg/cfg_tftp.h
deleted file mode 100644 (file)
index 36cc622..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-#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 */