projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Partial commit: Rename USBFOO LED driver to fix capitalisation of file name, which...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Core
/
Pipe.h
diff --git
a/LUFA/Drivers/USB/Core/Pipe.h
b/LUFA/Drivers/USB/Core/Pipe.h
index
fb1c9d6
..
8d08647
100644
(file)
--- a/
LUFA/Drivers/USB/Core/Pipe.h
+++ b/
LUFA/Drivers/USB/Core/Pipe.h
@@
-45,7
+45,7
@@
\r
/** \ingroup Group_PipeRW
\r
* \defgroup Group_PipePrimitiveRW Read/Write of Primitive Data Types
\r
\r
/** \ingroup Group_PipeRW
\r
* \defgroup Group_PipePrimitiveRW Read/Write of Primitive Data Types
\r
- * \brief Pipe data prim
a
tive read/write definitions.
\r
+ * \brief Pipe data prim
i
tive read/write definitions.
\r
*
\r
* Functions, macros, variables, enums and types related to data reading and writing of primitive data types
\r
* from and to pipes.
\r
*
\r
* Functions, macros, variables, enums and types related to data reading and writing of primitive data types
\r
* from and to pipes.
\r
@@
-116,8
+116,8
@@
/* Architecture Includes: */
\r
#if (ARCH == ARCH_AVR8)
\r
#include "AVR8/Pipe_AVR8.h"
\r
/* Architecture Includes: */
\r
#if (ARCH == ARCH_AVR8)
\r
#include "AVR8/Pipe_AVR8.h"
\r
- #elif (ARCH == ARCH_UC3
B
)
\r
- #include "UC3
B/Pipe_UC3B
.h"
\r
+ #elif (ARCH == ARCH_UC3)
\r
+ #include "UC3
/Pipe_UC3
.h"
\r
#endif
\r
\r
#endif
\r
#endif
\r
\r
#endif
\r