Updated libopencm3 to current master. Made all examples compile again.
Be specifically careful with the usb examples. There is likely some breakage to be expected, not sure I updated all the drivers to the correct types for the respective chips.
This commit is contained in:
@@ -251,7 +251,7 @@ int main(void)
|
||||
|
||||
AFIO_MAPR |= AFIO_MAPR_SWJ_CFG_JTAG_OFF_SW_ON;
|
||||
|
||||
usbd_dev = usbd_init(&stm32f103_usb_driver,
|
||||
usbd_dev = usbd_init(&stm32f107_usb_driver,
|
||||
&dev,
|
||||
&config,
|
||||
usb_strings,
|
||||
|
||||
Reference in New Issue
Block a user