Added Class, ClassDevice, ClassHost and ClassCommon to the internal class driver source filenames to prevent ambiguities.
This commit is contained in:
parent
3e04487279
commit
eb2e883fd3
54 changed files with 76 additions and 72 deletions
|
@ -40,7 +40,7 @@
|
|||
#include <avr/io.h>
|
||||
#include <string.h>
|
||||
|
||||
#include <LUFA/Drivers/USB/Class/RNDIS.h>
|
||||
#include <LUFA/Drivers/USB/USB.h>
|
||||
|
||||
#include "EthernetProtocols.h"
|
||||
#include "ProtocolDecoders.h"
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
#define _ETHERNET_PROTOCOLS_H_
|
||||
|
||||
/* Includes: */
|
||||
#include <LUFA/Drivers/USB/Class/RNDIS.h>
|
||||
#include <LUFA/Drivers/USB/USB.h>
|
||||
|
||||
/* Macros: */
|
||||
#define ETHERTYPE_IPV4 0x0800
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue