altos/lpc: Add explicit defines for all register groups
[fw/altos] / src / lpc / ao_usb_lpc.c
index d6763c298bc08e458f4d1e9c17f5b4b954b21d42..9e94de12b1db05e8d3c4927eb6700a65103e028c 100644 (file)
@@ -89,8 +89,6 @@ static uint8_t        *ao_usb_out_rx_buffer[2];
 static uint8_t ao_usb_out_rx_cur;
 static uint8_t ao_usb_rx_count, ao_usb_rx_pos;
 
-extern struct lpc_usb_endpoint lpc_usb_endpoint;
-
 /* Marks when we don't need to send an IN packet.
  * This happens only when the last IN packet is not full,
  * otherwise the host will expect to keep seeing packets.