X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=bertos%2Fcpu%2Favr%2Fdrv%2Fflash_avr.c;h=daaf4d9b6f72a071eeec902a2283f6609a2d5699;hb=b0f0b3a926d4cb1e8d65b1eca28f37acba9e6016;hp=413cac80b5f5063da9998ede9445f55a70ee4096;hpb=c13bce9eb60b232b77fee6096202a4090b47e5fc;p=bertos.git diff --git a/bertos/cpu/avr/drv/flash_avr.c b/bertos/cpu/avr/drv/flash_avr.c index 413cac80..daaf4d9b 100644 --- a/bertos/cpu/avr/drv/flash_avr.c +++ b/bertos/cpu/avr/drv/flash_avr.c @@ -50,9 +50,9 @@ #include #include - // Define logging setting (for cfg/log.h module). -#define LOG_LEVEL CONFIG_FLASH_AVR_LOG_LEVEL -#define LOG_VERBOSITY CONFIG_FLASH_AVR_LOG_VERBOSITY +// Define log settings for cfg/log.h +#define LOG_LEVEL CONFIG_FLASH_AVR_LOG_LEVEL +#define LOG_FORMAT CONFIG_FLASH_AVR_LOG_FORMAT #include #include @@ -66,7 +66,6 @@ #include - /** * Definition of type for avr flash module. */