Append a newline to the nonstandard baudrate warning

This commit is contained in:
Joerg Wunsch 2022-03-07 23:25:36 +01:00
parent 87b39637ff
commit a4cbd5c6fc
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ static speed_t serial_baud_lookup(long baud, bool *nonstandard)
* If a non-standard BAUD rate is used, issue
* a warning (if we are verbose) and return the raw rate
*/
avrdude_message(MSG_NOTICE, "%s: serial_baud_lookup(): Using non-standard baud rate: %ld",
avrdude_message(MSG_NOTICE, "%s: serial_baud_lookup(): Using non-standard baud rate: %ld\n",
progname, baud);
*nonstandard = true;