From 631377be1c9e9e35de5346b70eb70f2ed8f38537 Mon Sep 17 00:00:00 2001 From: Florent Duchon Date: Wed, 16 May 2012 17:33:13 +0200 Subject: digital/beacon: fix laser struct --- digital/beacon/src/laser.h | 1 + 1 file changed, 1 insertion(+) (limited to 'digital/beacon') 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 */ -- cgit v1.2.3