1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 00:35:39 +03:00

Re-added support for the AFROMINI target.

This commit is contained in:
Michael Keller 2016-06-16 10:38:35 +12:00
parent 4bd0b0fb9c
commit 7910ae5c7b
3 changed files with 4 additions and 4 deletions

View file

@ -352,10 +352,6 @@ void init(void)
.isInverted = false
#endif
};
#ifdef AFROMINI
beeperConfig.isOD = true;
beeperConfig.isInverted = true;
#endif
#ifdef NAZE
if (hardwareRevision >= NAZE32_REV5) {
// naze rev4 and below used opendrain to PNP for buzzer. Rev5 and above use PP to NPN.