projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Changed per-device controller preprocessor checks over to per-device series for bette...
[pub/USBasp.git]
/
Demos
/
Device
/
LowLevel
/
AudioInput
/
Descriptors.h
diff --git
a/Demos/Device/LowLevel/AudioInput/Descriptors.h
b/Demos/Device/LowLevel/AudioInput/Descriptors.h
index
c2b4b05
..
9180ce9
100644
(file)
--- a/
Demos/Device/LowLevel/AudioInput/Descriptors.h
+++ b/
Demos/Device/LowLevel/AudioInput/Descriptors.h
@@
-137,7
+137,7
@@
*/
\r
#define EP_ACCEPTS_SMALL_PACKETS (0 << 7)
\r
\r
*/
\r
#define EP_ACCEPTS_SMALL_PACKETS (0 << 7)
\r
\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