projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Remove serial driver use from the AVRISP project now that it is no longer needed.
[pub/USBasp.git]
/
Projects
/
AVRISP
/
Lib
/
XPROG
/
XPROGProtocol.c
diff --git
a/Projects/AVRISP/Lib/XPROG/XPROGProtocol.c
b/Projects/AVRISP/Lib/XPROG/XPROGProtocol.c
index
d919413
..
98530e9
100644
(file)
--- a/
Projects/AVRISP/Lib/XPROG/XPROGProtocol.c
+++ b/
Projects/AVRISP/Lib/XPROG/XPROGProtocol.c
@@
-44,7
+44,7
@@
uint32_t XPROG_Param_NVMBase = 0x010001C0;
uint32_t XPROG_Param_EEPageSize;
\r
\r
/** Currently selected XPROG programming protocol */
\r
uint32_t XPROG_Param_EEPageSize;
\r
\r
/** Currently selected XPROG programming protocol */
\r
-uint8_t XPROG_SelectedProtocol;
\r
+uint8_t XPROG_SelectedProtocol
= XPRG_PROTOCOL_PDI
;
\r
\r
\r
/** Handler for the CMD_XPROG_SETMODE command, which sets the programmer-to-target protocol used for PDI/TPI
\r
\r
\r
/** Handler for the CMD_XPROG_SETMODE command, which sets the programmer-to-target protocol used for PDI/TPI
\r