summaryrefslogtreecommitdiff
path: root/digital/beacon/src/laser.h
diff options
context:
space:
mode:
Diffstat (limited to 'digital/beacon/src/laser.h')
-rw-r--r--digital/beacon/src/laser.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/digital/beacon/src/laser.h b/digital/beacon/src/laser.h
index f58cb3c8..721b7d96 100644
--- a/digital/beacon/src/laser.h
+++ b/digital/beacon/src/laser.h
@@ -30,6 +30,12 @@
#define SENDING_ENGAGED TIMSK3&(1<<OCIE3B)
#define LASER_CONFIRMATION_OFFSET 10
+#ifdef LOL_NUMBER_3
+#define ANGLE_RANGE_MAX 180
+#else
+#define ANGLE_RANGE_MAX 90
+#endif
+
typedef enum
{
LASER_FIRST_RISING_EDGE,