Fix non-ASCII characters breaking LaTex documentation builds.
[pub/USBasp.git] / Projects / AVRISP-MKII / Lib / ISP / ISPTarget.h
index ba47fdd..057aa7a 100644 (file)
@@ -1,13 +1,13 @@
 /*
              LUFA Library
 /*
              LUFA Library
-     Copyright (C) Dean Camera, 2010.
+     Copyright (C) Dean Camera, 2011.
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
 
   dean [at] fourwalledcubicle [dot] com
            www.lufa-lib.org
 */
 
 /*
-  Copyright 2010  Dean Camera (dean [at] fourwalledcubicle [dot] com)
+  Copyright 2011  Dean Camera (dean [at] fourwalledcubicle [dot] com)
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
 
   Permission to use, copy, modify, distribute, and sell this
   software and its documentation for any purpose is hereby granted
@@ -62,7 +62,7 @@
                /** Macro to convert an ISP frequency to a number of timer clock cycles for the software SPI driver. */
                #define TIMER_COMP(freq)              (((F_CPU / 8) / 2 / freq) - 1)
 
                /** Macro to convert an ISP frequency to a number of timer clock cycles for the software SPI driver. */
                #define TIMER_COMP(freq)              (((F_CPU / 8) / 2 / freq) - 1)
 
-               /** ISP rescue clock speed, for clocking targets with incorrectly set fuses. */
+               /** ISP rescue clock speed in Hz, for clocking targets with incorrectly set fuses. */
                #define ISP_RESCUE_CLOCK_SPEED        4000000
 
        /* External Variables: */
                #define ISP_RESCUE_CLOCK_SPEED        4000000
 
        /* External Variables: */