mirror of
https://github.com/okalachev/flix.git
synced 2026-02-18 08:02:36 +00:00
Code cleanups
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user