#include <LUFA/Drivers/Board/LEDs.h>\r
#include <LUFA/Drivers/USB/USB.h>\r
#include <LUFA/Drivers/USB/Class/RNDIS.h>\r
#include <LUFA/Drivers/Board/LEDs.h>\r
#include <LUFA/Drivers/USB/USB.h>\r
#include <LUFA/Drivers/USB/Class/RNDIS.h>\r
#define DEVICE_IP_ADDRESS (uint8_t[]){192, 168, 1, 10}\r
\r
#define DEVICE_IP_ADDRESS (uint8_t[]){192, 168, 1, 10}\r
\r
#define DEVICE_NETMASK (uint8_t[]){255, 255, 255, 0}\r
\r
#define DEVICE_NETMASK (uint8_t[]){255, 255, 255, 0}\r
\r
#define DEVICE_GATEWAY (uint8_t[]){192, 168, 1, 1}\r
\r
/** LED mask for the library LED driver, to indicate that the USB interface is not ready. */\r
#define DEVICE_GATEWAY (uint8_t[]){192, 168, 1, 1}\r
\r
/** LED mask for the library LED driver, to indicate that the USB interface is not ready. */\r
\r
/** LED mask for the library LED driver, to indicate that the USB interface is busy. */\r
#define LEDMASK_USB_BUSY LEDS_LED2\r
\r
/** LED mask for the library LED driver, to indicate that the USB interface is busy. */\r
#define LEDMASK_USB_BUSY LEDS_LED2\r