Fix PWM regtable conflict with ICU

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5940 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
utzig 2013-07-08 19:12:31 +00:00
parent 76d46cec81
commit 91c662973d
1 changed files with 1 additions and 1 deletions

View File

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