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

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

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

Loading…
Cancel
Save