From a7ec22d4a46b124e70cbd93f64a449862ce99933 Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Fri, 11 May 2012 00:03:29 +0200 Subject: digital/beacon: disable interrupt at the end of ISR(TIMER3_COMPB_vect) --- digital/beacon/src/laser.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'digital') diff --git a/digital/beacon/src/laser.c b/digital/beacon/src/laser.c index 245791b6..73c85910 100644 --- a/digital/beacon/src/laser.c +++ b/digital/beacon/src/laser.c @@ -120,6 +120,9 @@ ISR(TIMER3_COMPB_vect) codewheel_set_rebase_offset(laser_get_angle_raw()); codewheel_set_state(CODEWHEEL_REQUEST_REBASE); } + + /* Disable the interrupt */ + laser_inhibit_angle_confirmation(); } -- cgit v1.2.3