Fixed AVRISP project sending a LOAD EXTENDED ADDRESS command to 128KB AVRs after programming or reading from the last page of FLASH.

This commit is contained in:
Dean Camera 2010-05-14 10:11:40 +00:00
parent 6b7770ef2b
commit 80d85090ba
6 changed files with 58 additions and 62 deletions

View file

@ -84,7 +84,7 @@
/* External Variables: */
#if !defined(__ASSEMBLER__)
extern uint32_t CurrentAddress;
extern bool MustSetAddress;
extern bool MustLoadExtendedAddress;
#endif
/* Function Prototypes: */