1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-23 16:25:31 +03:00

Use Naze hardware revision when initialising beeper. Cleanup inverted

beeper configuration.
This commit is contained in:
Dominic Clifton 2014-10-16 00:44:56 +01:00
parent 2ed09b0b2f
commit 50391f2c8e
8 changed files with 70 additions and 3808 deletions

View file

@ -19,6 +19,8 @@
#include "stdint.h"
#include "platform.h"
#include "drivers/gpio.h"
#include "drivers/sound_beeper.h"
#include "drivers/system.h"
#include "flight/failsafe.h"