X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_flash_avr.h;h=a49b2f8b7e17d258d75104a96e4ead3307f4ce39;hb=2a398044dd1d7b2af34a96c19ad378c25b546579;hp=a221e226332290a5aae8694b39c2eb8018cb7ebe;hpb=f465b57e988d8b1733159104072059ba9635421b;p=bertos.git 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 */