Use sane ANSI terminal escape codes for the Host mode demos, so that they do not...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 19 Jul 2009 13:08:48 +0000 (13:08 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 19 Jul 2009 13:08:48 +0000 (13:08 +0000)
commitcc879df4f014e403e57caca50a5791c996c0d79c
tree8f15a94a7c1d3b370b0cf28bb27db898c8bed9df
parent786479faf0605d610c93041191ee5bd6d020ccf9
Use sane ANSI terminal escape codes for the Host mode demos, so that they do not cause eye-searing, unreadable text on terminals which parse the escape codes properly.
14 files changed:
Demos/Host/ClassDriver/CDCHost/CDCHost.c
Demos/Host/Incomplete/BluetoothHost/BluetoothHost.c
Demos/Host/Incomplete/PrinterHost/Lib/PrinterCommands.c
Demos/Host/Incomplete/PrinterHost/PrinterHost.c
Demos/Host/LowLevel/CDCHost/CDCHost.c
Demos/Host/LowLevel/GenericHIDHost/GenericHIDHost.c
Demos/Host/LowLevel/KeyboardHost/KeyboardHost.c
Demos/Host/LowLevel/KeyboardHostWithParser/KeyboardHostWithParser.c
Demos/Host/LowLevel/MassStorageHost/MassStorageHost.c
Demos/Host/LowLevel/MouseHost/MouseHost.c
Demos/Host/LowLevel/MouseHostWithParser/MouseHostWithParser.c
Demos/Host/LowLevel/StillImageHost/StillImageHost.c
Demos/OTG/TestApp/TestApp.c
Demos/OTG/TestApp/TestEvents.c