aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Device/LowLevel/RNDISEthernet
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-02-29 17:04:04 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-02-29 17:04:04 +0000
commit7416ebd7c6591c95a0ae79be8ed10203714d385d (patch)
treec7458ce7e75c073431f2e97a9c5fad154719ae59 /Demos/Device/LowLevel/RNDISEthernet
parentbb85d083a7899890d0c14502078f6fa60a09d5df (diff)
downloadlufa-7416ebd7c6591c95a0ae79be8ed10203714d385d.tar.gz
lufa-7416ebd7c6591c95a0ae79be8ed10203714d385d.tar.bz2
lufa-7416ebd7c6591c95a0ae79be8ed10203714d385d.zip
Update StaticAnalysisTest to check for missing header files. Fix found incorrect header file paths in the demos and projects.
Diffstat (limited to 'Demos/Device/LowLevel/RNDISEthernet')
-rw-r--r--Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h b/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h
index cd2ff5578..8bf8bdfaf 100644
--- a/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h
+++ b/Demos/Device/LowLevel/RNDISEthernet/Lib/RNDIS.h
@@ -40,7 +40,7 @@
#include <avr/io.h>
#include <stdbool.h>
- #include "RNDISEthernet.h"
+ #include "../RNDISEthernet.h"
#include "Ethernet.h"
/* External Variables: */