From 0eeca37e9fdcdac1a136984b05dc39fd61c4cd9f Mon Sep 17 00:00:00 2001 From: Piotr Esden-Tempski Date: Sun, 6 Jan 2013 18:32:18 -0800 Subject: Fixed compilation of all the examples after merging pull requests... --- examples/stm32/f1/other/usb_cdcacm/cdcacm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'examples/stm32/f1/other/usb_cdcacm/cdcacm.c') diff --git a/examples/stm32/f1/other/usb_cdcacm/cdcacm.c b/examples/stm32/f1/other/usb_cdcacm/cdcacm.c index 81250b5..3aa7289 100644 --- a/examples/stm32/f1/other/usb_cdcacm/cdcacm.c +++ b/examples/stm32/f1/other/usb_cdcacm/cdcacm.c @@ -242,7 +242,7 @@ int main(void) gpio_set_mode(GPIOA, GPIO_MODE_INPUT, 0, GPIO15); - usbd_dev = usbd_init(&stm32f103_usb_driver, &dev, &config, usb_strings); + usbd_dev = usbd_init(&stm32f103_usb_driver, &dev, &config, usb_strings, 4); usbd_register_set_config_callback(usbd_dev, cdcacm_set_config); gpio_set(GPIOA, GPIO15); -- cgit v1.2.3