Append a newline to the nonstandard baudrate warning
This commit is contained in:
parent
87b39637ff
commit
a4cbd5c6fc
|
@ -99,7 +99,7 @@ static speed_t serial_baud_lookup(long baud, bool *nonstandard)
|
||||||
* If a non-standard BAUD rate is used, issue
|
* If a non-standard BAUD rate is used, issue
|
||||||
* a warning (if we are verbose) and return the raw rate
|
* 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);
|
progname, baud);
|
||||||
|
|
||||||
*nonstandard = true;
|
*nonstandard = true;
|
||||||
|
|
Loading…
Reference in New Issue