typo
This commit is contained in:
parent
4c4603e267
commit
6c19951816
|
@ -121,7 +121,7 @@ int main (int argc,
|
|||
break;
|
||||
default:
|
||||
std::cerr << "Invalid baud rate "
|
||||
<< baudRate << "." << std::endl;
|
||||
<< baudRate << "." << std::endl
|
||||
<< "Pick one of 50, 75, 110, 134, 150, 200, "
|
||||
"300, 600, 1200, 1800, 2400, 4800, 9600, "
|
||||
"19200, 38400, 57600, or 115200." << std::endl;
|
||||
|
|
Loading…
Reference in New Issue