Fix errors from last commit.
This commit is contained in:
parent
4d3a594f3e
commit
9fdc53d765
2 changed files with 5 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue