more colors
This commit is contained in:
@ -8,7 +8,8 @@ typedef enum {
|
||||
LOG_HIGH,
|
||||
LOG_RED,
|
||||
LOG_GREEN,
|
||||
LOG_BLUE
|
||||
LOG_BLUE,
|
||||
LOG_YELLOW
|
||||
} t_logColor;
|
||||
|
||||
// initialize the logger, creates a ringbuffer
|
||||
|
Reference in New Issue
Block a user