Somehow alarm 14 didn't always work

This commit is contained in:
Julian Oes 2013-08-16 18:03:04 +02:00
parent 0fe612e843
commit 1d7b8bb565
1 changed files with 1 additions and 3 deletions

View File

@ -456,9 +456,7 @@ const char * const ToneAlarm::_default_tunes[] = {
"O2E2P64",
"MNT75L1O2G", //arming warning
"MBNT100a8", //battery warning slow
"MBNT255a8a8a8a8a8a8a8a8a8a8a8a8a8a8a8a8"
"a8a8a8a8a8a8a8a8a8a8a8a8a8a8a8a8"
"a8a8a8a8a8a8a8a8a8a8a8a8a8a8a8a8", //battery warning fast // XXX why is there a break before a repetition
"MBNT255a8a8a8a8a8a8a8a8a8a8a8a8a8a8a8a8" //battery warning fast // XXX why is there a break before a repetition
};
const unsigned ToneAlarm::_default_ntunes = sizeof(_default_tunes) / sizeof(_default_tunes[0]);