Subversion Repositories f9daq

Compare Revisions

Regard whitespace Rev 334 → Rev 335

/8SMC1-USBhF/usmctest/usmctest.c
48,7 → 48,7
printf ( "- Trailer 2 Press state - %s\n", state.Trailer2 ? "Pushed" : "Unpushed" );
 
if ( state.Voltage == 0.0f )
printf ( "- Input Voltage - Low\n", state.Voltage );
printf ( "- Input Voltage - Low\n" );
else
printf ( "- Input Voltage - %.1fV\n", state.Voltage );
}
66,7 → 66,7
printf ( "\nSpeed (in tacts):" );
scanf ( "%f", speed );
printf ( "\nSteps Divisor:" );
scanf ( "%d", &( sp -> SDivisor ) );
scanf ( "%c", &( sp -> SDivisor ) );
getchar ();
}