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:
parent
6b7770ef2b
commit
80d85090ba
6 changed files with 58 additions and 62 deletions
|
@ -84,7 +84,7 @@
|
|||
/* External Variables: */
|
||||
#if !defined(__ASSEMBLER__)
|
||||
extern uint32_t CurrentAddress;
|
||||
extern bool MustSetAddress;
|
||||
extern bool MustLoadExtendedAddress;
|
||||
#endif
|
||||
|
||||
/* Function Prototypes: */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue