X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;ds=sidebyside;f=boards%2Fstm32-p103%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_dataflash.h;fp=boards%2Fstm32-p103%2Fbenchmark%2Fkernel_footprint%2Fcfg%2Fcfg_dataflash.h;h=0000000000000000000000000000000000000000;hb=d98ef779240b3c49d9313e770048b262c4f8daa3;hp=4e7dfbd9d4aee3fd538f3531372210ec3335f380;hpb=1ebcf9b89595826a5c158ae6a68d4c2407b1dd52;p=bertos.git diff --git a/boards/stm32-p103/benchmark/kernel_footprint/cfg/cfg_dataflash.h b/boards/stm32-p103/benchmark/kernel_footprint/cfg/cfg_dataflash.h deleted file mode 100644 index 4e7dfbd9..00000000 --- a/boards/stm32-p103/benchmark/kernel_footprint/cfg/cfg_dataflash.h +++ /dev/null @@ -1,55 +0,0 @@ -/** - * \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 */