Fix errors from last commit.

This commit is contained in:
Dean Camera 2009-06-14 07:57:04 +00:00
parent 4d3a594f3e
commit 9fdc53d765
2 changed files with 5 additions and 7 deletions

View file

@ -165,7 +165,7 @@ void USB_ResetInterface(void)
if (!(USB_Options & USB_OPT_MANUAL_PLL))
{
#if defined(USB_SERIES_4_AVR) || defined(USB_SERIES_6_AVR) || defined(USB_SERIES_7_AVR)
#if defined(USB_SERIES_4_AVR)
PLLFRQ = ((1 << PLLUSB) | (1 << PDIV3) | (1 << PDIV1));
#endif