projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Oops - fix errors in the MassStorageKeyboard SCSI driver file due to incorrect copy...
[pub/USBasp.git]
/
Projects
/
AVRISP-MKII
/
Lib
/
ISP
/
ISPTarget.h
diff --git
a/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h
b/Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h
index
d6e9435
..
34d623e
100644
(file)
--- a/
Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h
+++ b/
Projects/AVRISP-MKII/Lib/ISP/ISPTarget.h
@@
-38,6
+38,7
@@
/* Includes: */
#include <avr/io.h>
/* Includes: */
#include <avr/io.h>
+ #include <avr/pgmspace.h>
#include <util/delay.h>
#include <LUFA/Drivers/USB/USB.h>
#include <util/delay.h>
#include <LUFA/Drivers/USB/USB.h>
@@
-55,9
+56,10
@@
#endif
/* Macros: */
#endif
/* Macros: */
- /** Total number of allowable ISP programming speeds supported by the device */
+ /** Total number of allowable ISP programming speeds supported by the device
.
*/
#define TOTAL_ISP_PROGRAMMING_SPEEDS 7
#define TOTAL_ISP_PROGRAMMING_SPEEDS 7
+ /** Low level device command to issue an extended FLASH address, for devices with other 128KB of FLASH. */
#define LOAD_EXTENDED_ADDRESS_CMD 0x4D
/* Function Prototypes: */
#define LOAD_EXTENDED_ADDRESS_CMD 0x4D
/* Function Prototypes: */