Indented.

This commit is contained in:
skarg
2007-12-07 20:15:56 +00:00
parent eb72c8cb64
commit 32457a68c0
15 changed files with 691 additions and 581 deletions
+2 -2
View File
@@ -68,7 +68,7 @@ void RS485_Initialize(
/* baud rate */
OpenComPort(RS485_Port);
/* FIXME: change to numeric parameters */
InitComPort ( "38400", '8', 'N', '1' );
InitComPort("38400", '8', 'N', '1');
return;
}
@@ -110,7 +110,7 @@ bool RS485_Set_Baud_Rate(
case 76800:
case 115200:
RS485_Baud = baud;
/* FIXME: store the baud rate */
/* FIXME: store the baud rate */
break;
default:
valid = false;