From ce5f94d6759406987297125b892be447bd388919 Mon Sep 17 00:00:00 2001 From: Rob Brown Date: Fri, 3 Jan 2014 07:42:22 +0800 Subject: [PATCH] Update spindle_control.c Updated spindle_control.c due to compile error. --- spindle_control.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spindle_control.c b/spindle_control.c index 8fb51e0..5dfab0b 100644 --- a/spindle_control.c +++ b/spindle_control.c @@ -93,5 +93,5 @@ uint8_t spindle_pwm() void spindle_pwm_update(uint8_t pwm) { - OCRA_REGISTER = pwm; + OCR_REGISTER = pwm; }