X-Git-Url: https://git.rohieb.name/hackover2013-badge-firmware.git/blobdiff_plain/9d18e10afb2439a6a9ba6978a799259746a837b7..b7864004487e7cc6129c3775dd66f8ad9a07528f:/core/usbcdc/usbcore.h diff --git a/core/usbcdc/usbcore.h b/core/usbcdc/usbcore.h index 5098be0..f9d9778 100644 --- a/core/usbcdc/usbcore.h +++ b/core/usbcdc/usbcore.h @@ -36,7 +36,6 @@ extern uint32_t USB_EndPointHalt; extern uint32_t USB_EndPointStall; extern uint8_t USB_AltSetting[USB_IF_NUM]; - /* USB Endpoint 0 Buffer */ extern uint8_t EP0Buf[USB_MAX_PACKET0]; @@ -80,9 +79,4 @@ static inline void UsbAddPtr(void **vpptr, uint32_t n) } - - - - - #endif /* __USBCORE_H__ */