better name

This commit is contained in:
rusefi 2018-02-06 01:32:16 +03:00
parent 0a59e26a35
commit 7e3d1612cf
1 changed files with 2 additions and 2 deletions

View File

@ -75,13 +75,13 @@ static void waitForKey(void) {
} }
} }
static void nextStep(void) { static void nextTestStep(void) {
stepCoutner++; stepCoutner++;
} }
static void setIndex(int index) { static void setIndex(int index) {
currentIndex = index; currentIndex = index;
nextStep(); nextTestStep();
} }
static brain_pin_e BLINK_PINS[] = { static brain_pin_e BLINK_PINS[] = {