summaryrefslogtreecommitdiff
path: root/digital/beacon
diff options
context:
space:
mode:
authorFlorent Duchon2012-05-10 23:51:01 +0200
committerFlorent Duchon2012-05-11 00:16:44 +0200
commitc279f85fa808b5f7e5da11b856e44768bdd78a80 (patch)
treec3007cb4d9aa623039d1f12491fb747abb055312 /digital/beacon
parent33ccde662e4c19fe07a3dfa298ec27f28149d3c1 (diff)
digital/beacon: change initial rotation sense for servo1
Diffstat (limited to 'digital/beacon')
-rw-r--r--digital/beacon/src/servo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/digital/beacon/src/servo.c b/digital/beacon/src/servo.c
index df8d5094..1866dbb7 100644
--- a/digital/beacon/src/servo.c
+++ b/digital/beacon/src/servo.c
@@ -80,7 +80,7 @@ void servo_structure_init(void)
servo1.state = SERVO_SCANNING_OFF;
servo1.top = 0;
servo1.bottom = 0;
- servo1.scanning_sense = FALLING;
+ servo1.scanning_sense = RISING;
/* Servo 2 init values */
servo2.id = SERVO_2;