Skip to content

Commit

Permalink
launchpad-icdi/platform: Use the locm3 decl for the usb driver struct
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Jan 14, 2024
1 parent 211c7e6 commit 3a365d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/platforms/launchpad-icdi/platform.h
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ extern uint8_t running_status;
gpio_set_output_config(SWDIO_PORT, GPIO_OTYPE_PP, GPIO_DRIVE_2MA, SWDIO_PIN); \
}

extern const usbd_driver lm4f_usb_driver;
#define USB_DRIVER lm4f_usb_driver
#define USB_IRQ NVIC_USB0_IRQ
#define USB_ISR usb0_isr
Expand Down

0 comments on commit 3a365d1

Please sign in to comment.