X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Farduino-mega%2Fbenchmark%2Farduino-mega_context_switch%2Fcfg%2Fcfg_fat.h;h=fcd717af3591aede4c4b578bab04e6f794d445c2;hb=8ab7a5bf4029b97d8913ea3e63499074f08b9c61;hp=d418b783baf89b2f9f3b5095c916858ec5538de6;hpb=12ebb4ad426393166cbcdfcfb7c057f990ed0572;p=bertos.git diff --git a/boards/arduino-mega/benchmark/arduino-mega_context_switch/cfg/cfg_fat.h b/boards/arduino-mega/benchmark/arduino-mega_context_switch/cfg/cfg_fat.h index d418b783..fcd717af 100644 --- a/boards/arduino-mega/benchmark/arduino-mega_context_switch/cfg/cfg_fat.h +++ b/boards/arduino-mega/benchmark/arduino-mega_context_switch/cfg/cfg_fat.h @@ -32,7 +32,6 @@ * * \brief Configuration file for Fat module. * - * \version $Id$ * * \author Luca Ottaviano * \author Francesco Sacchi @@ -41,6 +40,23 @@ #ifndef CFG_FAT_H #define CFG_FAT_H +/** + * Module logging level. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_level" + */ +#define FAT_LOG_LEVEL LOG_LVL_ERR + +/** + * Module logging format. + * + * $WIZ$ type = "enum" + * $WIZ$ value_list = "log_format" + */ +#define FAT_LOG_FORMAT LOG_FMT_VERBOSE + + /** * Use word alignment to access FAT structure. * $WIZ$ type = "boolean"