1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-17 05:15:25 +03:00

Shorten warning beeps.

This commit is contained in:
Dominic Clifton 2014-06-21 23:22:29 +01:00
parent ed3e0769cf
commit bcc7f10e26

View file

@ -29,7 +29,7 @@
#include "io/buzzer.h"
#define DOUBLE_PAUSE_DURATION_MILLIS (LONG_PAUSE_DURATION_MILLIS * 2)
#define LONG_PAUSE_DURATION_MILLIS 400
#define LONG_PAUSE_DURATION_MILLIS 200
#define SHORT_PAUSE_DURATION_MILLIS (LONG_PAUSE_DURATION_MILLIS / 4)
#define MEDIUM_PAUSE_DURATION_MILLIS (LONG_PAUSE_DURATION_MILLIS / 2)