X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcfg%2Fcfg_flash_avr.h;h=a49b2f8b7e17d258d75104a96e4ead3307f4ce39;hb=c34de402cec6fda7bf4474f32fed5e5c02cd7e7e;hp=0196c0926a2b8db1933e8fc04d66ebee1d8ee87b;hpb=515886be3106584a6d695d4b5453730121b91f74;p=bertos.git diff --git a/bertos/cfg/cfg_flash_avr.h b/bertos/cfg/cfg_flash_avr.h index 0196c092..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 -#define CONFIG_FLASH_AVR_LOG_FORMAT LOG_FMT_SILENT + +/// Bootoloader log format +#define CONFIG_FLASH_AVR_LOG_FORMAT LOG_FMT_TERSE #endif /* CFG_BOOT_H */