application: fix typo

This commit is contained in:
King Kévin 2017-10-04 14:02:50 +02:00
parent 1ec65d9fe3
commit d1d9927267
1 changed files with 1 additions and 1 deletions

View File

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