projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix incorrect macro guard in the UC3 EndpointStream header file.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Core
/
UC3
/
EndpointStream_UC3.h
diff --git
a/LUFA/Drivers/USB/Core/UC3/EndpointStream_UC3.h
b/LUFA/Drivers/USB/Core/UC3/EndpointStream_UC3.h
index
731f281
..
315a4e2
100644
(file)
--- a/
LUFA/Drivers/USB/Core/UC3/EndpointStream_UC3.h
+++ b/
LUFA/Drivers/USB/Core/UC3/EndpointStream_UC3.h
@@
-46,8
+46,8
@@
* @{
\r
*/
\r
\r
-#ifndef __ENDPOINT_STREAM_H__
\r
-#define __ENDPOINT_STREAM_H__
\r
+#ifndef __ENDPOINT_STREAM_
UC3_
H__
\r
+#define __ENDPOINT_STREAM_
UC3_
H__
\r
\r
/* Includes: */
\r
#include "../../../../Common/Common.h"
\r