Fix incorrect preprocessor checks in the PLL prescaler mask determination code for...
[pub/USBasp.git] / Demos / Host / LowLevel / VirtualSerialHost / ConfigDescriptor.c
index 6921345..c42cc0f 100644 (file)
@@ -1,13 +1,13 @@
 /*\r
              LUFA Library\r
-     Copyright (C) Dean Camera, 2009.\r
+     Copyright (C) Dean Camera, 2010.\r
               \r
   dean [at] fourwalledcubicle [dot] com\r
       www.fourwalledcubicle.com\r
 */\r
 \r
 /*\r
-  Copyright 2009  Dean Camera (dean [at] fourwalledcubicle [dot] com)\r
+  Copyright 2010  Dean Camera (dean [at] fourwalledcubicle [dot] com)\r
 \r
   Permission to use, copy, modify, distribute, and sell this \r
   software and its documentation for any purpose is hereby granted\r
@@ -158,7 +158,7 @@ uint8_t ProcessConfigurationDescriptor(void)
                        }\r
                        else\r
                        {\r
-                               /* Only configure the OUT data pipe if the data endpoints haev not shown to be bidirectional */\r
+                               /* Only configure the OUT data pipe if the data endpoints have not shown to be bidirectional */\r
                                if (!(Pipe_IsEndpointBound(EndpointData->EndpointAddress)))\r
                                {\r
                                        /* Configure the data OUT pipe */\r