diff --git a/main.c b/main.c index 8b5686e..177b0ed 100644 --- a/main.c +++ b/main.c @@ -20,14 +20,14 @@ int main(void) x=0; GPIO_PORTF_DATA_R = 0x02; //WAIT FOR 500ms - while(x<667750) + while(x<6677) x++; //TURN OFF LED x=0; GPIO_PORTF_DATA_R = 0x00; //WAIT FOR 500ms - while(x<667750) + while(x<6677) x++;