projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
More Doxygen fixes - ensure no undocumented function parameters.
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
AudioInput
/
Descriptors.h
diff --git
a/Demos/Device/ClassDriver/AudioInput/Descriptors.h
b/Demos/Device/ClassDriver/AudioInput/Descriptors.h
index
b2225b2
..
302437f
100644
(file)
--- a/
Demos/Device/ClassDriver/AudioInput/Descriptors.h
+++ b/
Demos/Device/ClassDriver/AudioInput/Descriptors.h
@@
-38,12
+38,12
@@
\r
/* Includes: */
\r
#include <LUFA/Drivers/USB/USB.h>
\r
\r
/* Includes: */
\r
#include <LUFA/Drivers/USB/USB.h>
\r
- #include <LUFA/Drivers/USB/Class/
Device/
Audio.h>
\r
+ #include <LUFA/Drivers/USB/Class/Audio.h>
\r
\r
#include <avr/pgmspace.h>
\r
\r
/* Macros: */
\r
\r
#include <avr/pgmspace.h>
\r
\r
/* Macros: */
\r
- #if defined(USB_
FULL_CONTROLLE
R) || defined(__DOXYGEN__)
\r
+ #if defined(USB_
SERIES_6_AVR) || defined(USB_SERIES_7_AV
R) || defined(__DOXYGEN__)
\r
/** Endpoint number of the Audio isochronous streaming data endpoint. */
\r
#define AUDIO_STREAM_EPNUM 1
\r
#else
\r
/** Endpoint number of the Audio isochronous streaming data endpoint. */
\r
#define AUDIO_STREAM_EPNUM 1
\r
#else
\r