Skip to content

Commit

Permalink
repeat beeper
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-ortega committed Jun 13, 2017
1 parent 62e6490 commit 02cc120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/io/beeper.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static const uint8_t beep_sos[] = {
};
// Arming when GPS is fixed
static const uint8_t beep_armedGpsFix[] = {
5, 5, 15, 5, 5, 5, 15, 30, BEEPER_COMMAND_STOP
5, 5, 15, 5, 5, 5, 15, 30,5, 5, 15, 5, 5, 5, 15, 30,5, 5, 15, 5, 5, 5, 15, 30, BEEPER_COMMAND_STOP
};
// Ready beeps. When gps has fix and copter is ready to fly.
static const uint8_t beep_readyBeep[] = {
Expand Down

0 comments on commit 02cc120

Please sign in to comment.