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:
parent
76d46cec81
commit
91c662973d
|
@ -49,7 +49,7 @@ typedef struct {
|
||||||
volatile uint8_t *timsk;
|
volatile uint8_t *timsk;
|
||||||
} timer_registers_t;
|
} timer_registers_t;
|
||||||
|
|
||||||
timer_registers_t regs_table[]=
|
static timer_registers_t regs_table[]=
|
||||||
{
|
{
|
||||||
#if AVR_PWM_USE_PWM1 || defined(__DOXYGEN__)
|
#if AVR_PWM_USE_PWM1 || defined(__DOXYGEN__)
|
||||||
#if defined(OCR1C)
|
#if defined(OCR1C)
|
||||||
|
|
Loading…
Reference in New Issue