mirror of
https://github.com/Klipper3d/klipper.git
synced 2026-03-21 02:02:12 -06:00
stm32: Declare gpio_timer_setup() as static in hard_pwm.c
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
This commit is contained in:
parent
3d5f352e24
commit
7377da63b7
1 changed files with 1 additions and 1 deletions
|
|
@ -299,7 +299,7 @@ static const struct gpio_pwm_info pwm_regs[] = {
|
|||
#endif
|
||||
};
|
||||
|
||||
struct gpio_pwm
|
||||
static struct gpio_pwm
|
||||
gpio_timer_setup(uint8_t pin, uint32_t cycle_time, uint32_t val,
|
||||
int is_clock_out)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue