Fix newly renamed VirtualSerial demos' include filename references so that they compile.
This commit is contained in:
parent
cf22a744ec
commit
3757b1760f
15 changed files with 37 additions and 37 deletions
|
@ -37,9 +37,9 @@
|
|||
#define _CONFIGDESCRIPTOR_H_
|
||||
|
||||
/* Includes: */
|
||||
#include <LUFA/Drivers/USB/USB.h> // USB Functionality
|
||||
#include <LUFA/Drivers/USB/USB.h>
|
||||
|
||||
#include "CDCHost.h"
|
||||
#include "VirtualSerialHost.h"
|
||||
|
||||
/* Macros: */
|
||||
/** Interface Class value for the CDC class */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue