projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added new stream creation function to the CDC Class drivers, to easily make standard...
[pub/USBasp.git]
/
Demos
/
Device
/
ClassDriver
/
CDC
/
CDC.h
diff --git
a/Demos/Device/ClassDriver/CDC/CDC.h
b/Demos/Device/ClassDriver/CDC/CDC.h
index
ee375a4
..
9cc7248
100644
(file)
--- a/
Demos/Device/ClassDriver/CDC/CDC.h
+++ b/
Demos/Device/ClassDriver/CDC/CDC.h
@@
-41,6
+41,7
@@
#include <avr/wdt.h>
\r
#include <avr/power.h>
\r
#include <string.h>
\r
+ #include <stdio.h>
\r
\r
#include "Descriptors.h"
\r
\r