projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Removed Pipe_ClearErrorFlags(), pipe error flags are now automatically cleared when...
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
Core
/
Device.h
diff --git
a/LUFA/Drivers/USB/Core/Device.h
b/LUFA/Drivers/USB/Core/Device.h
index
6fa88d3
..
d6937a5
100644
(file)
--- a/
LUFA/Drivers/USB/Core/Device.h
+++ b/
LUFA/Drivers/USB/Core/Device.h
@@
-38,7
+38,7
@@
\r
/** \ingroup Group_USB
\r
* \defgroup Group_Device Device Management
\r
\r
/** \ingroup Group_USB
\r
* \defgroup Group_Device Device Management
\r
- * \brief
Common USB Device definitions for all architectures
.
\r
+ * \brief
USB Device management definitions for USB device mode
.
\r
*
\r
* USB Device mode related definitions common to all architectures. This module contains definitions which
\r
* are used when the USB controller is initialized in device mode.
\r
*
\r
* USB Device mode related definitions common to all architectures. This module contains definitions which
\r
* are used when the USB controller is initialized in device mode.
\r
@@
-56,7
+56,9
@@
#include "Endpoint.h"
\r
\r
#if (ARCH == ARCH_AVR8)
\r
#include "Endpoint.h"
\r
\r
#if (ARCH == ARCH_AVR8)
\r
- #include "AVR8/Device.h"
\r
+ #include "AVR8/Device_AVR8.h"
\r
+ #elif (ARCH == ARCH_UC3B)
\r
+ #include "UC3B/Device_UC3B.h"
\r
#endif
\r
\r
/* Preprocessor Checks: */
\r
#endif
\r
\r
/* Preprocessor Checks: */
\r