AppConfigHeaders: Switch class driver Device mode demos to use LUFAConfig.h configuration header files.

This commit is contained in:
Dean Camera 2012-05-13 17:17:45 +00:00
parent 7f4462267a
commit 9a373c4094
42 changed files with 1688 additions and 125 deletions

View file

@ -43,14 +43,9 @@
#include "EthernetProtocols.h"
#include "Ethernet.h"
#include "ProtocolDecoders.h"
#include "Config/NetworkConfig.h"
/* Macros: */
/** Protocol IP address of the host (client) machine, once assigned by DHCP. */
#define CLIENT_IP_ADDRESS { 10, 0, 0, 1}
/** Protocol IP address of the virtual server machine. */
#define SERVER_IP_ADDRESS { 10, 0, 0, 2}
/** Protocol IP address of the broadcast address. */
#define BROADCAST_IP_ADDRESS {0xFF, 0xFF, 0xFF, 0xFF}