X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/cc879df4f014e403e57caca50a5791c996c0d79c..cf313989e6f451a3b6058db94929a51bc1b5e68b:/Demos/Host/ClassDriver/CDCHost/CDCHost.c?ds=inline diff --git a/Demos/Host/ClassDriver/CDCHost/CDCHost.c b/Demos/Host/ClassDriver/CDCHost/CDCHost.c index 46b4f6f3f..1edb352f5 100644 --- a/Demos/Host/ClassDriver/CDCHost/CDCHost.c +++ b/Demos/Host/ClassDriver/CDCHost/CDCHost.c @@ -62,7 +62,7 @@ int main(void) { SetupHardware(); - puts_P(PSTR(ESC_RESET "CDC Host Demo running.\r\n")); + puts_P(PSTR(ESC_FG_CYAN "CDC Host Demo running.\r\n")); LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY);