projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Dataflash_WaitWhileBusy() now always ensures that the dataflash is ready for the...
[pub/USBasp.git]
/
Demos
/
Device
/
LowLevel
/
AudioOutput
/
AudioOutput.h
diff --git
a/Demos/Device/LowLevel/AudioOutput/AudioOutput.h
b/Demos/Device/LowLevel/AudioOutput/AudioOutput.h
index
d722d53
..
7970efe
100644
(file)
--- a/
Demos/Device/LowLevel/AudioOutput/AudioOutput.h
+++ b/
Demos/Device/LowLevel/AudioOutput/AudioOutput.h
@@
-48,7
+48,7
@@
#include <LUFA/Drivers/Board/LEDs.h>
\r
/* Macros: */
\r
#include <LUFA/Drivers/Board/LEDs.h>
\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