diff options
Diffstat (limited to 'os/hal/platforms/AVR/pwm_lld.c')
-rw-r--r-- | os/hal/platforms/AVR/pwm_lld.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/platforms/AVR/pwm_lld.c b/os/hal/platforms/AVR/pwm_lld.c index c223d622a..db3a5adb9 100644 --- a/os/hal/platforms/AVR/pwm_lld.c +++ b/os/hal/platforms/AVR/pwm_lld.c @@ -49,7 +49,7 @@ typedef struct { volatile uint8_t *timsk; } timer_registers_t; -timer_registers_t regs_table[]= +static timer_registers_t regs_table[]= { #if AVR_PWM_USE_PWM1 || defined(__DOXYGEN__) #if defined(OCR1C) |