projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Fix incorrect configuration in the ClassDriver AudioOutput demo.
[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
8d7f16c
..
6c8d733
100644
(file)
--- a/
Demos/Device/LowLevel/AudioOutput/AudioOutput.h
+++ b/
Demos/Device/LowLevel/AudioOutput/AudioOutput.h
@@
-40,6
+40,7
@@
#include <avr/io.h>
\r
#include <avr/wdt.h>
\r
#include <avr/power.h>
\r
+ #include <stdlib.h>
\r
\r
#include "Descriptors.h"
\r
\r