projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add FatFS library to the Webserver project, extend the HTTP server so that it now...
[pub/USBasp.git]
/
LUFA
/
Common
/
Common.h
diff --git
a/LUFA/Common/Common.h
b/LUFA/Common/Common.h
index
2b57cda
..
2ddb58c
100644
(file)
--- a/
LUFA/Common/Common.h
+++ b/
LUFA/Common/Common.h
@@
-172,7
+172,7
@@
{
\r
Temp = *Data;
\r
*Data = *(Data + Bytes - 1);
\r
- *(Data + Bytes) = Temp;
\r
+ *(Data + Bytes
- 1
) = Temp;
\r
\r
Data++;
\r
Bytes -= 2;
\r