This commit is contained in:
Matthew Kennedy 2020-12-10 18:12:44 -08:00
parent 180b9f6904
commit a86340767c
1 changed files with 0 additions and 1 deletions

View File

@ -48,5 +48,4 @@ int main() {
palTogglePad(GPIOB, 6); palTogglePad(GPIOB, 6);
chThdSleepMilliseconds(IsRunningClosedLoop() ? 50 : 400); chThdSleepMilliseconds(IsRunningClosedLoop() ? 50 : 400);
} }
} }