Change the doxygen comments to make them readable by the wizard
authorduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 22 Jan 2009 14:40:37 +0000 (14:40 +0000)
committerduplo <duplo@38d2e660-2303-0410-9eaa-f027e97ec537>
Thu, 22 Jan 2009 14:40:37 +0000 (14:40 +0000)
git-svn-id: https://src.develer.com/svnoss/bertos/trunk@2202 38d2e660-2303-0410-9eaa-f027e97ec537

bertos/cfg/cfg_flash_avr.h

index a221e226332290a5aae8694b39c2eb8018cb7ebe..a49b2f8b7e17d258d75104a96e4ead3307f4ce39 100644 (file)
  * \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 */