Skip to content

Commit

Permalink
Update smartfin-fw3.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
ntlhui authored Nov 13, 2024
1 parent d8ee977 commit cc0b47d
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 cc0b47d

Please sign in to comment.