projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Document CDC Host class driver functions and enums.
[pub/USBasp.git]
/
LUFA
/
Drivers
/
USB
/
LowLevel
/
Device.h
diff --git
a/LUFA/Drivers/USB/LowLevel/Device.h
b/LUFA/Drivers/USB/LowLevel/Device.h
index
e162a59
..
d66def4
100644
(file)
--- a/
LUFA/Drivers/USB/LowLevel/Device.h
+++ b/
LUFA/Drivers/USB/LowLevel/Device.h
@@
-185,7
+185,7
@@
#if !defined(__DOXYGEN__)
\r
/* Macros: */
\r
#define USB_Device_SetLowSpeed() MACROS{ UDCON |= (1 << LSM); }MACROE
\r
#if !defined(__DOXYGEN__)
\r
/* Macros: */
\r
#define USB_Device_SetLowSpeed() MACROS{ UDCON |= (1 << LSM); }MACROE
\r
- #define USB_Device_Set
High
Speed() MACROS{ UDCON &= ~(1 << LSM); }MACROE
\r
+ #define USB_Device_Set
Full
Speed() MACROS{ UDCON &= ~(1 << LSM); }MACROE
\r
#endif
\r
\r
#endif
\r
#endif
\r
\r
#endif
\r