aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/DualCDC/DualCDC.c
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/DualCDC/DualCDC.c')
-rw-r--r--Demos/DualCDC/DualCDC.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/DualCDC/DualCDC.c b/Demos/DualCDC/DualCDC.c
index 90f00997e..8e6e38907 100644
--- a/Demos/DualCDC/DualCDC.c
+++ b/Demos/DualCDC/DualCDC.c
@@ -101,8 +101,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 */
Joystick_Init();