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