Fix incorrect compiler error message when F_CLOCK is not defined by the user (thanks...
authorDean Camera <dean@fourwalledcubicle.com>
Sun, 15 Nov 2009 13:09:02 +0000 (13:09 +0000)
committerDean Camera <dean@fourwalledcubicle.com>
Sun, 15 Nov 2009 13:09:02 +0000 (13:09 +0000)
LUFA/Drivers/USB/LowLevel/LowLevel.h

index b8f7b9d..e2610c5 100644 (file)
@@ -71,7 +71,7 @@
 \r
        /* Preprocessor Checks and Defines: */\r
                #if !defined(F_CLOCK)\r
 \r
        /* Preprocessor Checks and Defines: */\r
                #if !defined(F_CLOCK)\r
-                       #error F_CLOCK is not defined. You must device F_CLOCK to the frequency of the unprescaled input clock in your project makefile.\r
+                       #error F_CLOCK is not defined. You must define F_CLOCK to the frequency of the unprescaled input clock in your project makefile.\r
                #endif\r
        \r
                #if (F_CLOCK == 8000000)\r
                #endif\r
        \r
                #if (F_CLOCK == 8000000)\r