summaryrefslogtreecommitdiffhomepage
path: root/digital/beacon
diff options
context:
space:
mode:
authorFlorent Duchon2012-05-16 17:33:13 +0200
committerFlorent Duchon2012-05-16 17:43:11 +0200
commit631377be1c9e9e35de5346b70eb70f2ed8f38537 (patch)
treeaac9fed79b49f774d77e347b2a18bcd6f05cf835 /digital/beacon
parentf8b59805b7d25107a492d927983b2b6bd1eab14a (diff)
digital/beacon: fix laser struct
Diffstat (limited to 'digital/beacon')
-rw-r--r--digital/beacon/src/laser.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/digital/beacon/src/laser.h b/digital/beacon/src/laser.h
index f0d32d93..f58cb3c8 100644
--- a/digital/beacon/src/laser.h
+++ b/digital/beacon/src/laser.h
@@ -40,6 +40,7 @@ typedef enum
typedef struct
{
uint16_t angle;
+ uint16_t angle_id;
} laser_s;
/* This function initializes the laser pin input and associated interrupt */