mirror of
https://github.com/apache/nuttx.git
synced 2026-08-23 06:28:45 +00:00
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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue