X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_kfile.h;fp=bertos%2Fcfg%2Fcfg_kfile.h;h=bc6ff25f6c65717372fb45f33e3b43688e29b5bd;hb=9df5cde7370c4ebf50fd13c9eda4e860ecd836f7;hp=8e2bc92697b5f721476b63dda94086bd4b1012fb;hpb=ee74651028c92668bf763fe5a5337306df163e9e;p=bertos.git diff --git a/bertos/cfg/cfg_kfile.h b/bertos/cfg/cfg_kfile.h index 8e2bc926..bc6ff25f 100644 --- a/bertos/cfg/cfg_kfile.h +++ b/bertos/cfg/cfg_kfile.h @@ -47,17 +47,17 @@ * Use 1 to log the error and warning messages * Use 2 to log all messages */ -#define KFILE_LOG_LEVEL 2 +#define KFILE_LOG_LEVEL 2 /** * Set logging verbosity. * * If verbosity is zero print short log messages. */ -#define KFILE_LOG_VERBOSITY 1 +#define KFILE_LOG_VERBOSITY 0 -/// TODO: -#define CONFIG_KFILE_GETS 0 +/// Enable the gets function with echo. +#define CONFIG_KFILE_GETS 0 #endif /* CFG_KFILE_H */