Skip to content

Commit f55d359

Browse files
committed
1 parent 96f6de9 commit f55d359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Src/driver.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1884,7 +1884,7 @@ bool driver_init (void)
18841884
__HAL_RCC_GPIOG_CLK_ENABLE();
18851885

18861886
hal.info = "STM32F756";
1887-
hal.driver_version = "220907";
1887+
hal.driver_version = "220911";
18881888
#ifdef BOARD_NAME
18891889
hal.board = BOARD_NAME;
18901890
#endif
@@ -1969,7 +1969,7 @@ bool driver_init (void)
19691969
.get_pwm = spindleGetPWM,
19701970
.update_pwm = spindle_set_speed,
19711971
#if PPI_ENABLE
1972-
.pulse_on = spindlePulseOn;
1972+
.pulse_on = spindlePulseOn,
19731973
#endif
19741974
#endif
19751975
.config = spindleConfig,

0 commit comments

Comments
 (0)