diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-02 19:31:08 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2013-01-02 19:31:08 +0000 |
commit | aa61ee1c118e62e13e7fa4e2a4397e933322a52d (patch) | |
tree | f6f33235e2918a7deab3bbe8f39c607c46f9b692 /Demos/Host/LowLevel | |
parent | 2957f2bc8c9d176eda1927ac571618b7387821e3 (diff) | |
download | lufa-aa61ee1c118e62e13e7fa4e2a4397e933322a52d.tar.gz lufa-aa61ee1c118e62e13e7fa4e2a4397e933322a52d.tar.bz2 lufa-aa61ee1c118e62e13e7fa4e2a4397e933322a52d.zip |
Minor typo corrections.
Diffstat (limited to 'Demos/Host/LowLevel')
-rw-r--r-- | Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c b/Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c index 825ddefda..8b966b29a 100644 --- a/Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c +++ b/Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c @@ -148,7 +148,7 @@ void EVENT_USB_Host_DeviceEnumerationComplete(void) " -- Error Code: %d\r\n" ESC_FG_WHITE), ErrorCode); LEDs_SetAllLEDs(LEDMASK_USB_ERROR); - return; + return; } puts_P(PSTR("CDC Device Enumerated.\r\n")); |