diff --git a/uCNC/src/modules/shift_register.h b/uCNC/src/modules/shift_register.h index f226e269..f494a78e 100644 --- a/uCNC/src/modules/shift_register.h +++ b/uCNC/src/modules/shift_register.h @@ -32,7 +32,7 @@ void shift_register_io_pins(void); #ifndef io_extended_pins_update #define io_extended_pins_update() shift_register_io_pins() -#endif; +#endif #ifdef __cplusplus }