Porting PicoTCP WIP
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
|
||||
#ifdef KPRINTF_COLORS
|
||||
# include "ansi_colors.h"
|
||||
# define ERR(component, fmt, ...) kprintf(CRESET "[" RED component CRESET "]: " fmt, ##__VA_ARGS__)
|
||||
# define ERR(component, fmt, ...) kprintf(CRESET "[" RED1 component CRESET "]: " fmt, ##__VA_ARGS__)
|
||||
#else
|
||||
# define ERR(component, fmt, ...) kprintf("["component"]: "fmt, ##__VA_ARGS__)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user