From: duplo Date: Thu, 22 Jan 2009 14:40:37 +0000 (+0000) Subject: Change the doxygen comments to make them readable by the wizard X-Git-Tag: 2.1.0~480 X-Git-Url: https://codewiz.org/gitweb?a=commitdiff_plain;h=18e850a22476685a384fee4f730067d22550c066;p=bertos.git Change the doxygen comments to make them readable by the wizard git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2202 38d2e660-2303-0410-9eaa-f027e97ec537 --- diff --git a/bertos/cfg/cfg_flash_avr.h b/bertos/cfg/cfg_flash_avr.h index a221e226..a49b2f8b 100644 --- a/bertos/cfg/cfg_flash_avr.h +++ b/bertos/cfg/cfg_flash_avr.h @@ -43,7 +43,11 @@ * \note Remember to update this define when changing bootloader size fuses. */ #define CONFIG_FLASH_AVR_BOOTSIZE 8192 + +/// Bootloader log level #define CONFIG_FLASH_AVR_LOG_LEVEL LOG_LVL_ERR + +/// Bootoloader log format #define CONFIG_FLASH_AVR_LOG_FORMAT LOG_FMT_TERSE #endif /* CFG_BOOT_H */