fix function name

This commit is contained in:
King Kévin 2017-04-19 16:26:40 +02:00
parent 74cc193a16
commit 900c2e052d
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ void main(void)
board_setup(); // setup board
usart_setup(); // setup USART (for printing)
cdcacm_setup(); // setup USB CDC ACM (for printing)
usb_cdcacm_setup(); // setup USB CDC ACM (for printing)
printf("welcome to the CuVoodoo STM32F1 example application\n"); // print welcome message
#if !(DEBUG)