diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-10-30 07:09:44 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2011-10-30 07:09:44 +0000 |
| commit | 27bda3976c92f10322bdd5654fc7069d88d487a4 (patch) | |
| tree | c061b1da4636ef151e738a30bf866048caa159bf /Projects/AVRISP-MKII | |
| parent | 3a527f97d866de9c1ffbbf6088ca21ea48bc0c56 (diff) | |
Minor documentation fixes.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1957 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/AVRISP-MKII')
| -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 3bfa0717..906ee82f 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. */ |
