Quote:
|
Originally Posted by doyler
why would this give me a syntax error?
Code:
if (SPEED_SETTING < 128 || speed_control > 254) //Check speed_setting for valid forward speed
SPEED_SETTING = 150; //If not valid number set to default
|
Don't you mean SPEED_SETTING > 254 instead of speed_control?
<EDIT>Disregard this post...don't know what I was thinking, but this won't help at all

</EDIT>