aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Host
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2013-01-02 19:31:08 +0000
committerDean Camera <dean@fourwalledcubicle.com>2013-01-02 19:31:08 +0000
commitaa61ee1c118e62e13e7fa4e2a4397e933322a52d (patch)
treef6f33235e2918a7deab3bbe8f39c607c46f9b692 /Demos/Host
parent2957f2bc8c9d176eda1927ac571618b7387821e3 (diff)
downloadlufa-aa61ee1c118e62e13e7fa4e2a4397e933322a52d.tar.gz
lufa-aa61ee1c118e62e13e7fa4e2a4397e933322a52d.tar.bz2
lufa-aa61ee1c118e62e13e7fa4e2a4397e933322a52d.zip
Minor typo corrections.
Diffstat (limited to 'Demos/Host')
-rw-r--r--Demos/Host/LowLevel/VirtualSerialHost/VirtualSerialHost.c2
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"));