application: minor, improve print
This commit is contained in:
parent
7ea7be810d
commit
199646a7d6
|
@ -330,7 +330,7 @@ void main(void)
|
|||
uart_setup(); // setup USART (for printing)
|
||||
#endif
|
||||
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
|
||||
// show reset cause
|
||||
|
|
Loading…
Reference in New Issue