projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix a bug in the Still Image Host Class driver where the returned block status code...
[pub/USBasp.git]
/
Projects
/
AVRISP
/
Lib
/
PDIProtocol.h
diff --git
a/Projects/AVRISP/Lib/PDIProtocol.h
b/Projects/AVRISP/Lib/PDIProtocol.h
index
490e14b
..
127f086
100644
(file)
--- a/
Projects/AVRISP/Lib/PDIProtocol.h
+++ b/
Projects/AVRISP/Lib/PDIProtocol.h
@@
-97,6
+97,9
@@
\r
#define XPRG_PROTOCOL_PDI 0x00
\r
#define XPRG_PROTOCOL_JTAG 0x01
\r
+
\r
+ #define XPRG_PAGEMODE_WRITE (1 << 0)
\r
+ #define XPRG_PAGEMODE_ERASE (1 << 1)
\r
\r
/* External Variables: */
\r
extern uint32_t XPROG_Param_NVMBase;
\r