not sure about easyC, but the code woud look like this:
if((pwm1>127) && (pwm1<200)){
pwm1=150;
}
else if(pwm1>200){
pwm1=pwm1;
}
the last "if" is somewhat unnecessary, but i put it there to show you. i'm not sure, but in easyc can you still edit the actual code? if so, this should work.
PS
i dont use easyC because it has the word 'easy' in it
