application: minor, improve print

This commit is contained in:
King Kévin 2020-01-02 13:11:08 +01:00
parent 7ea7be810d
commit 199646a7d6
1 changed files with 1 additions and 1 deletions

View File

@ -330,7 +330,7 @@ void main(void)
uart_setup(); // setup USART (for printing) uart_setup(); // setup USART (for printing)
#endif #endif
usb_cdcacm_setup(); // setup USB CDC ACM (for printing) usb_cdcacm_setup(); // setup USB CDC ACM (for printing)
printf("\nwelcome to the CuVoodoo STM32F1 example application\n"); // print welcome message puts("\nwelcome to the CuVoodoo STM32F1 example application\n"); // print welcome message
#if DEBUG #if DEBUG
// show reset cause // show reset cause