Added error message when method of USB PLL initialization is unknown.

pull/18/head
Michael Dreher 12 years ago committed by Jesse Vincent
parent e149dd9fbb
commit 40f8293c5f

@ -656,6 +656,8 @@ static inline void USB_ClockEnable()
#else #else
#error "Clock rate of F_CPU not supported" #error "Clock rate of F_CPU not supported"
#endif #endif
#else
#error "USB Chip not supported, please defined method of USB PLL initialization"
#endif #endif
PLLCSR |= (1<<PLLE); PLLCSR |= (1<<PLLE);

Loading…
Cancel
Save