usbasp.c: Added long addresses to support devices with more than 64kB (bug #20558)

git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk/avrdude@746 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
fischl
2007-07-24 16:43:25 +00:00
parent cf45cb52ab
commit c3d9d97ee1
3 changed files with 34 additions and 0 deletions

View File

@@ -39,6 +39,7 @@
#define USBASP_FUNC_WRITEFLASH 6
#define USBASP_FUNC_READEEPROM 7
#define USBASP_FUNC_WRITEEEPROM 8
#define USBASP_FUNC_SETLONGADDRESS 9
#define USBASP_BLOCKFLAG_FIRST 1
#define USBASP_BLOCKFLAG_LAST 2