aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host/LowLevel/StillImageHost/StillImageHost.c
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2009-07-19 13:17:38 +0000
committerDean Camera <dean@fourwalledcubicle.com>2009-07-19 13:17:38 +0000
commitcf313989e6f451a3b6058db94929a51bc1b5e68b (patch)
tree44b62fbaa4fe869d5c24031d9cb89063a9057048 /Demos/Host/LowLevel/StillImageHost/StillImageHost.c
parentcc879df4f014e403e57caca50a5791c996c0d79c (diff)
downloadlufa-cf313989e6f451a3b6058db94929a51bc1b5e68b.tar.gz
lufa-cf313989e6f451a3b6058db94929a51bc1b5e68b.tar.bz2
lufa-cf313989e6f451a3b6058db94929a51bc1b5e68b.zip
Don't send terminal RESET codes via serial - just set the foreground colour and assume the user has the background set to something sane, so that the demos don't wipe out custom user terminal settings.
Diffstat (limited to 'Demos/Host/LowLevel/StillImageHost/StillImageHost.c')
-rw-r--r--Demos/Host/LowLevel/StillImageHost/StillImageHost.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/StillImageHost/StillImageHost.c b/Demos/Host/LowLevel/StillImageHost/StillImageHost.c
index a62c67ab4..f10de4c31 100644
--- a/Demos/Host/LowLevel/StillImageHost/StillImageHost.c
+++ b/Demos/Host/LowLevel/StillImageHost/StillImageHost.c
@@ -43,7 +43,7 @@ int main(void)
{
SetupHardware();
- puts_P(PSTR(ESC_RESET ESC_FG_CYAN "Still Image Host Demo running.\r\n" ESC_FG_WHITE));
+ puts_P(PSTR(ESC_FG_CYAN "Still Image Host Demo running.\r\n" ESC_FG_WHITE));
LEDs_SetAllLEDs(LEDMASK_USB_NOTREADY);