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:
parent
4bd0b0fb9c
commit
7910ae5c7b
3 changed files with 4 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue