X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_flash_avr.h;h=0196c0926a2b8db1933e8fc04d66ebee1d8ee87b;hb=78eea60c48fd902dd469654a69b1dcf5abb93f0c;hp=49c5eaf8ce7bcd9e85dd8751dff69247e515fd5b;hpb=5e2546b7c16858616b427172728254c4d2b40539;p=bertos.git diff --git a/bertos/cfg/cfg_flash_avr.h b/bertos/cfg/cfg_flash_avr.h index 49c5eaf8..0196c092 100644 --- a/bertos/cfg/cfg_flash_avr.h +++ b/bertos/cfg/cfg_flash_avr.h @@ -27,14 +27,12 @@ * the GNU General Public License. * * Copyright 2008 Develer S.r.l. (http://www.develer.com/) - * All Rights Reserved. * --> * - * \brief Configuration file for flash_avr module. - * * \version $Id$ - * * \author Manuele Fanelli + * + * \brief Configuration file for flash_avr module. */ #ifndef CFG_FLASH_AVR_H @@ -46,6 +44,6 @@ */ #define CONFIG_FLASH_AVR_BOOTSIZE 8192 #define CONFIG_FLASH_AVR_LOG_LEVEL LOG_LVL_ERR -#define CONFIG_FLASH_AVR_LOG_VERBOSITY LOG_SILENT +#define CONFIG_FLASH_AVR_LOG_FORMAT LOG_FMT_SILENT #endif /* CFG_BOOT_H */