aboutsummaryrefslogtreecommitdiffstats
path: root/Demos/Joystick/Joystick.c
diff options
context:
space:
mode:
Diffstat (limited to 'Demos/Joystick/Joystick.c')
-rw-r--r--Demos/Joystick/Joystick.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/Demos/Joystick/Joystick.c b/Demos/Joystick/Joystick.c
index 88d415843..cd8822705 100644
--- a/Demos/Joystick/Joystick.c
+++ b/Demos/Joystick/Joystick.c
@@ -58,8 +58,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();