/** * \file * * * \brief Configuration file for data flash memory module. * * \author Daniele Basile */ #ifndef CFG_DATAFLASH_H #define CFG_DATAFLASH_H /** * Module logging level. * $WIZ$ type = "enum" * $WIZ$ value_list = "log_level" */ #define DATAFLASH_LOG_LEVEL LOG_LVL_INFO /** * Module logging format. * $WIZ$ type = "enum" * $WIZ$ value_list = "log_format" */ #define DATAFLASH_LOG_FORMAT LOG_FMT_TERSE #endif /* CFG_DATAFLASH_H */