Skip to content

Commit

Permalink
Add missing setColored for disabled log
Browse files Browse the repository at this point in the history
  • Loading branch information
SciLor committed Feb 21, 2021
1 parent 5010ff3 commit f0a73af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sd-bootloader-ng/bootmanager/logger.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ void Logger_newLine(void) {
void Logger_init(void) { }
void Logger_log(uint8_t level, bool newLine, const char *file, const char *function, int line, const char *fmt, ...) { }
void Logger_setLevel(uint8_t level) { }
void Logger_setColored(bool colored) { }
bool Logger_needed(uint8_t level) { return false; }
void Logger_newLine(void) { }
#endif

0 comments on commit f0a73af

Please sign in to comment.