removed delay line from code

This commit is contained in:
jakeg00dwin 2025-02-12 15:45:33 -08:00
parent 059a75dc6a
commit d03ba00ede
1 changed files with 3 additions and 3 deletions

View File

@ -130,9 +130,9 @@ void MotorMoveTo(uint8_t target) {
}
// The delay ratio controlls the PWM waveforms.
_delay_ms(5);
MotorCoast();
_delay_ms(5);
//_delay_ms(5);
// MotorCoast();
// _delay_ms(5);
}
return;