#define INCLUDE_FROM_RNDIS_C\r
#include "RNDIS.h"\r
\r
-/* Global Variables: */\r
/** Physical MAC address of the network adapter, which becomes the MAC address of the host for packets sent to the adapter. */\r
static MAC_Address_t PROGMEM AdapterMACAddress = {ADAPTER_MAC_ADDRESS};\r
\r
\r
ResponseReady = true;\r
\r
- RNDIS_Initialize_Message_t* INITIALIZE_Message = (RNDIS_Initialize_Message_t*)&RNDISMessageBuffer;\r
+ RNDIS_Initialize_Message_t* INITIALIZE_Message = (RNDIS_Initialize_Message_t*)&RNDISMessageBuffer;\r
RNDIS_Initialize_Complete_t* INITIALIZE_Response = (RNDIS_Initialize_Complete_t*)&RNDISMessageBuffer;\r
\r
INITIALIZE_Response->MessageType = REMOTE_NDIS_INITIALIZE_CMPLT;\r