mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-12-24 14:03:55 +01:00
`usbdev_stm32.h` will pull in `usb.h` which causes an error if `USB_H_USER_IS_RIOT_INTERNAL` is not set. Turns out this include is not needed, so just drop it.