diff options
| author | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-12-28 02:58:23 +0000 |
|---|---|---|
| committer | Dean <Dean@d5102386-fcda-11dd-9fdb-3debd5008f28> | 2009-12-28 02:58:23 +0000 |
| commit | b52ca5fb22ff1fe88fbcf9279bc29d5a3fed2651 (patch) | |
| tree | b30164aa3796fa0b94484f87d8f79924f0e6249e /Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h | |
| parent | cf52aeccedab6d977ac83c8d256982fee710e370 (diff) | |
Add dummy undocumented TPI XPROG parameters to the AVRISP project so that TPI programming mode can be entered.
git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@1021 d5102386-fcda-11dd-9fdb-3debd5008f28
Diffstat (limited to 'Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h')
| -rw-r--r-- | Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h b/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h index 19a2a4d0..e42e50ce 100644 --- a/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h +++ b/Projects/AVRISP-MKII/Lib/XPROG/XPROGProtocol.h @@ -97,6 +97,8 @@ #define XPRG_PARAM_NVMBASE 0x01
#define XPRG_PARAM_EEPPAGESIZE 0x02
+ #define XPRG_PARAM_UNDOC_1 0x03
+ #define XPRG_PARAM_UNDOC_2 0x04
#define XPRG_PROTOCOL_PDI 0x00
#define XPRG_PROTOCOL_JTAG 0x01
|
