Simplify AVR32 UC3B software FIFO, as it will only ever be accessed a byte at a time...
[pub/lufa.git] / LUFA / Drivers / USB / Core / UC3B / Endpoint_UC3B.c
index 1775e98..14f66d9 100644 (file)
@@ -39,8 +39,8 @@
 uint8_t USB_ControlEndpointSize = ENDPOINT_CONTROLEP_DEFAULT_SIZE;\r
 #endif\r
 \r
-volatile uint8_t USB_SelectedEndpoint = ENDPOINT_CONTROLEP;\r
-volatile void*   USB_EndpointFIFOPos[ENDPOINT_TOTAL_ENDPOINTS];\r
+volatile uint8_t  USB_SelectedEndpoint = ENDPOINT_CONTROLEP;\r
+volatile uint8_t* USB_EndpointFIFOPos[ENDPOINT_TOTAL_ENDPOINTS];\r
 \r
 bool Endpoint_ConfigureEndpoint_Prv(const uint8_t Number,\r
                                     const uint32_t UECFG0Data)\r