Skip to content

Commit

Permalink
update extended IO in main loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Paciente8159 committed Feb 15, 2025
1 parent a755a5a commit 6b64a0e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions uCNC/src/cnc.c
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,9 @@ static void cnc_io_dotasks(void)
{
// run internal mcu tasks (USB and communications)
mcu_dotasks();
#if IC74HC595_COUNT > 0 || IC74HC165_COUNT > 0
shift_register_io_pins(); // update extended IO
#endif
mcu_limits_changed_cb();
mcu_controls_changed_cb();

Expand Down

0 comments on commit 6b64a0e

Please sign in to comment.