summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--digital/beacon/src/codewheel.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/digital/beacon/src/codewheel.c b/digital/beacon/src/codewheel.c
index 235643f4..205c2e2b 100644
--- a/digital/beacon/src/codewheel.c
+++ b/digital/beacon/src/codewheel.c
@@ -108,5 +108,7 @@ ISR(TIMER3_COMPA_vect)
codewheel_set_state(CODEWHEEL_REBASED);
}
else
- OCR3A = CODEWHEEL_CPR;
+ {
+ OCR3A = CODEWHEEL_CPR;
+ }
}