tiva/lm4f: drop unnecessary externs

These were added to the library as for other usb drivers.
This commit is contained in:
Karl Palsson
2018-08-29 10:29:41 +00:00
parent 3527ce407e
commit f09dd550fd
2 changed files with 0 additions and 2 deletions

View File

@@ -176,7 +176,6 @@ static const struct usb_config_descriptor config_descr = {
.interface = ifaces,
};
extern usbd_driver lm4f_usb_driver;
static usbd_device *bulk_dev;
static uint8_t usbd_control_buffer[128];
static uint8_t config_set = 0;