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
/
ClassDriver
/
AudioOutput
/
AudioOutput.h
diff --git
a/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h
b/Demos/Device/ClassDriver/AudioOutput/AudioOutput.h
index
f8d703e
..
b09fed5
100644
(file)
--- a/
Demos/Device/ClassDriver/AudioOutput/AudioOutput.h
+++ b/
Demos/Device/ClassDriver/AudioOutput/AudioOutput.h
@@
-51,7
+51,7
@@
#include <LUFA/Drivers/USB/Class/Device/Audio.h>
\r
\r
/* Macros: */
\r
#include <LUFA/Drivers/USB/Class/Device/Audio.h>
\r
\r
/* Macros: */
\r
- #if
defined(USB_FULL_CONTROLLER) || defined(USB_MODIFIED_FULL_CONTROLLER
)
\r
+ #if
(defined(USB_SERIES_4_AVR) || defined(USB_SERIES_6_AVR) || defined(USB_SERIES_7_AVR)
)
\r
#define TCCRxA TCCR3A
\r
#define TCCRxB TCCR3B
\r
#define OCRxA OCR3A
\r
#define TCCRxA TCCR3A
\r
#define TCCRxB TCCR3B
\r
#define OCRxA OCR3A
\r