summaryrefslogtreecommitdiffhomepage
path: root/digital
diff options
context:
space:
mode:
authorNicolas Schodet2012-05-01 14:56:22 +0200
committerNicolas Schodet2012-05-01 14:56:22 +0200
commit16e2b7a6592c2eb78dd70a73a28f3954f07fd0ab (patch)
treedad1e4fd1dddb488b7f0568f5ff5638fe54d8d40 /digital
parentd1f767fd557cfef319240464a61b486dbf2b5d21 (diff)
digital/avr/modules/motor/output/pwm_ocr: fix bad macro call
Diffstat (limited to 'digital')
-rw-r--r--digital/avr/modules/motor/output/pwm_ocr/output_pwm_ocr.avr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/avr/modules/motor/output/pwm_ocr/output_pwm_ocr.avr.c b/digital/avr/modules/motor/output/pwm_ocr/output_pwm_ocr.avr.c
index 23f573b6..8356a25f 100644
--- a/digital/avr/modules/motor/output/pwm_ocr/output_pwm_ocr.avr.c
+++ b/digital/avr/modules/motor/output/pwm_ocr/output_pwm_ocr.avr.c
@@ -121,7 +121,7 @@ output_pwm_ocr_init_hardware (void)
| PREPROC_PASTE (timer_com_, timer); \
PREPROC_PASTE (TCCR, timer, B) = \
WGM_BIT (timer, 2) | WGM_BIT (timer, 3) \
- | PREPROC_PASTE (AC_OUTPUT_PWM_OCR_CS_, timer); \
+ | PREPROC_PASTE (AC_OUTPUT_PWM_OCR_CS_, timer);
PREPROC_FOR (INIT_TIMER, SUPPORTED_TIMERS);
#undef WGM_BIT
#undef INIT_TIMER