Code cleanups

This commit is contained in:
Oleg Kalachev
2023-05-24 10:28:32 +03:00
parent aaa8f70166
commit 1019d6d4bb
7 changed files with 6 additions and 56 deletions

View File

@@ -7,11 +7,6 @@ const uint32_t S = 1000000;
static uint32_t stepsPerSecondCurrent;
static uint32_t stepsPerSecondCurrentLast;
void setupTime()
{
startTime = micros();
}
void step() {
steps++;
auto time = micros();