I'd declare my variable like this:
Code:
/*** DEFINE USER VARIABLES AND INITIALIZE THEM HERE ***/
int slow;
and further down:
Code:
void User_Autonomous_Code(void)
{
slow = 190;
and then even further down:
Code:
/* Add your own autonomous code here.*/
pwm14 = slow;
pwm15 = slow;