diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2011-10-30 07:09:44 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2011-10-30 07:09:44 +0000 |
commit | ab43251bf926a3ce2ff42cac433dad723452bcb4 (patch) | |
tree | c061b1da4636ef151e738a30bf866048caa159bf /Projects | |
parent | 028a3c4ab3f73af3c63d05379002150c8ccd4982 (diff) | |
download | lufa-ab43251bf926a3ce2ff42cac433dad723452bcb4.tar.gz lufa-ab43251bf926a3ce2ff42cac433dad723452bcb4.tar.bz2 lufa-ab43251bf926a3ce2ff42cac433dad723452bcb4.zip |
Minor documentation fixes.
Diffstat (limited to 'Projects')
-rw-r--r-- | Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h b/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h index 3bfa07171..906ee82fb 100644 --- a/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h +++ b/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h @@ -56,7 +56,7 @@ #endif /* Macros: */ - /** Low level device command to issue an extended FLASH address, for devices with other 128KB of FLASH. */ + /** Low level device command to issue an extended FLASH address, for devices with over 128KB of FLASH. */ #define LOAD_EXTENDED_ADDRESS_CMD 0x4D /** Macro to convert an ISP frequency to a number of timer clock cycles for the software SPI driver. */ |