Fix conditional compilation
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@3062 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
b035880b08
commit
38c22bb6e1
@ -55,13 +55,13 @@
|
||||
|
||||
#if defined(AVR32_CLOCK_OSC0) || \
|
||||
(defined (AVR32_CLOCK_PLL0) && defined(AVR32_CLOCK_PLL0_OSC0)) || \
|
||||
(defined (AVR32_CLOCK_PLL0) && defined(AVR32_CLOCK_PLL0_OSC0))
|
||||
(defined (AVR32_CLOCK_PLL1) && defined(AVR32_CLOCK_PLL1_OSC0))
|
||||
# define NEED_OSC0
|
||||
#endif
|
||||
|
||||
#if defined(AVR32_CLOCK_OSC1) || \
|
||||
(defined (AVR32_CLOCK_PLL0) && defined(AVR32_CLOCK_PLL0_OSC1)) || \
|
||||
(defined (AVR32_CLOCK_PLL1) && defined(AVR32_CLOCK_PLL0_OSC1))
|
||||
(defined (AVR32_CLOCK_PLL1) && defined(AVR32_CLOCK_PLL1_OSC1))
|
||||
# define NEED_OSC1
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user