Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
terjeio committed Jan 22, 2024
1 parent 0a926a9 commit f598f9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main/driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -1450,7 +1450,7 @@ inline IRAM_ATTR static control_signals_t systemGetState (void)

#ifdef RESET_PIN
#if ESTOP_ENABLE
signals.estop = DIGITAL_IN(RESET_PIN);
signals.e_stop = DIGITAL_IN(RESET_PIN);
#else
signals.reset = DIGITAL_IN(RESET_PIN);
#endif
Expand Down

0 comments on commit f598f9d

Please sign in to comment.