projects
/
pub
/
USBasp.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
USB_Init() no longer calls sei() to enable global interrupts - this must now be done...
[pub/USBasp.git]
/
Demos
/
Device
/
LowLevel
/
RNDISEthernet
/
Lib
/
ProtocolDecoders.h
diff --git
a/Demos/Device/LowLevel/RNDISEthernet/Lib/ProtocolDecoders.h
b/Demos/Device/LowLevel/RNDISEthernet/Lib/ProtocolDecoders.h
index
7bae188
..
0185675
100644
(file)
--- a/
Demos/Device/LowLevel/RNDISEthernet/Lib/ProtocolDecoders.h
+++ b/
Demos/Device/LowLevel/RNDISEthernet/Lib/ProtocolDecoders.h
@@
-38,6
+38,8
@@
\r
/* Includes: */
\r
#include <avr/io.h>
\r
+ #include <avr/pgmspace.h>
\r
+ #include <stdio.h>
\r
\r
#include <LUFA/Drivers/Peripheral/SerialStream.h>
\r
\r