Update StaticAnalysisTest to check for missing header files. Fix found incorrect header file paths in the demos and projects.
This commit is contained in:
parent
bb85d083a7
commit
7416ebd7c6
17 changed files with 38 additions and 34 deletions
|
@ -39,7 +39,7 @@
|
|||
/* Includes: */
|
||||
#include <avr/io.h>
|
||||
|
||||
#include "Descriptors.h"
|
||||
#include "../Descriptors.h"
|
||||
|
||||
#include <LUFA/Common/Common.h>
|
||||
#include <LUFA/Drivers/USB/USB.h>
|
||||
|
|
|
@ -44,10 +44,10 @@
|
|||
#include <uip-split.h>
|
||||
#include <timer.h>
|
||||
|
||||
#include "Lib/DHCPClientApp.h"
|
||||
#include "Lib/DHCPServerApp.h"
|
||||
#include "Lib/HTTPServerApp.h"
|
||||
#include "Lib/TELNETServerApp.h"
|
||||
#include "DHCPClientApp.h"
|
||||
#include "DHCPServerApp.h"
|
||||
#include "HTTPServerApp.h"
|
||||
#include "TELNETServerApp.h"
|
||||
|
||||
/* Macros: */
|
||||
/** IP address that the webserver should use once connected to a RNDIS device (when DHCP is disabled). */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue