From 91c662973d904c7a0c99fea829801f95bd4db342 Mon Sep 17 00:00:00 2001 From: utzig Date: Mon, 8 Jul 2013 19:12:31 +0000 Subject: [PATCH] Fix PWM regtable conflict with ICU git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5940 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/platforms/AVR/pwm_lld.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)