projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fixed Device mode HID Class driver not explicitly initializing the ReportSize paramet...
[pub/USBasp.git]
/
Projects
/
AVRISP
/
Lib
/
V2ProtocolTarget.c
diff --git
a/Projects/AVRISP/Lib/V2ProtocolTarget.c
b/Projects/AVRISP/Lib/V2ProtocolTarget.c
index
c36295e
..
d06f065
100644
(file)
--- a/
Projects/AVRISP/Lib/V2ProtocolTarget.c
+++ b/
Projects/AVRISP/Lib/V2ProtocolTarget.c
@@
-92,8
+92,8
@@
void V2Protocol_ChangeTargetResetLine(bool ResetTarget)
}
\r
else
\r
{
\r
- RESET_LINE_PORT &= ~RESET_LINE_MASK;
\r
RESET_LINE_DDR &= ~RESET_LINE_MASK;
\r
+ RESET_LINE_PORT &= ~RESET_LINE_MASK;
\r
}
\r
}
\r
\r