From 18e850a22476685a384fee4f730067d22550c066 Mon Sep 17 00:00:00 2001 From: duplo Date: Thu, 22 Jan 2009 14:40:37 +0000 Subject: [PATCH] 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 --- bertos/cfg/cfg_flash_avr.h | 4 ++++ 1 file changed, 4 insertions(+) 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 */ -- 2.25.1