We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96f6de9 commit f55d359Copy full SHA for f55d359
Src/driver.c
@@ -1884,7 +1884,7 @@ bool driver_init (void)
1884
__HAL_RCC_GPIOG_CLK_ENABLE();
1885
1886
hal.info = "STM32F756";
1887
- hal.driver_version = "220907";
+ hal.driver_version = "220911";
1888
#ifdef BOARD_NAME
1889
hal.board = BOARD_NAME;
1890
#endif
@@ -1969,7 +1969,7 @@ bool driver_init (void)
1969
.get_pwm = spindleGetPWM,
1970
.update_pwm = spindle_set_speed,
1971
#if PPI_ENABLE
1972
- .pulse_on = spindlePulseOn;
+ .pulse_on = spindlePulseOn,
1973
1974
1975
.config = spindleConfig,
0 commit comments