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:
Kevin O'Connor 2025-12-30 18:16:40 -05:00
parent 3d5f352e24
commit 7377da63b7

View file

@ -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)
{