diff options
Diffstat (limited to 'Demos/RNDISEthernet/RNDISEthernet.c')
-rw-r--r-- | Demos/RNDISEthernet/RNDISEthernet.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/RNDISEthernet/RNDISEthernet.c b/Demos/RNDISEthernet/RNDISEthernet.c index 255a53b3d..3f9bb187a 100644 --- a/Demos/RNDISEthernet/RNDISEthernet.c +++ b/Demos/RNDISEthernet/RNDISEthernet.c @@ -60,8 +60,8 @@ int main(void) MCUSR &= ~(1 << WDRF);
wdt_disable();
- /* Disable Clock Division */
- SetSystemClockPrescaler(0);
+ /* Disable clock division */
+ clock_prescale_set(clock_div_1);
/* Hardware Initialization */
LEDs_Init();
|