Cosmetics

This commit is contained in:
ccppi 2024-03-14 21:25:20 +00:00
parent e0db62d3f5
commit 6ccdeb6cf0

2
main.c
View File

@ -52,7 +52,6 @@ int main (void)
uint16_t pre_delay=0; uint16_t pre_delay=0;
ms =0; ms =0;
counts = 0; counts = 0;
//disable prescaler //disable prescaler
CLKPR = (1<<CLKPR); CLKPR = (1<<CLKPR);
CLKPR = 0x00; CLKPR = 0x00;
@ -104,7 +103,6 @@ int main (void)
i2=0; i2=0;
} }
//cycle through and stop pwm at value 0 //cycle through and stop pwm at value 0
//Visual feedback "mode change" //Visual feedback "mode change"
for(i3=0;i3<i2;i3++) for(i3=0;i3<i2;i3++)
{ {