Disable the kernel in all the "empty" preset templates.
[bertos.git] / bertos / cfg / cfg_flash_avr.h
index 0196c0926a2b8db1933e8fc04d66ebee1d8ee87b..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
-#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 */