Skip to content

Commit

Permalink
Update smartfin-fw3.ino (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui authored Nov 22, 2024
2 parents bda7f59 + cc0b47d commit a8c755c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/smartfin-fw3.ino
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ static STATES_e currentState;
static StateMachine_t* findState(STATES_e state);
static void initalizeTaskObjects(void);
void mainThread(void* args);
void printState(STATES_e state);
static void printState(STATES_e state);

// setup() runs once, when the device is first turned on.
void setup() {
Expand Down Expand Up @@ -163,4 +163,4 @@ static void printState(STATES_e state)
}
pStateName = STATES_NAME_TAB[state];
SF_OSAL_printf("%s" __NL__, pStateName);
}
}

0 comments on commit a8c755c

Please sign in to comment.