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

Merge branch 'development' into ready_to_merge

This commit is contained in:
blckmn 2016-06-19 22:17:20 +10:00
commit 7bff5bed12
2 changed files with 1 additions and 2 deletions

View file

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

View file

@ -197,4 +197,3 @@
#define TARGET_IO_PORTC ( BIT(13) | BIT(14) | BIT(15) )
#define USED_TIMERS ( TIM_N(1) | TIM_N(2) | TIM_N(3) | TIM_N(4) )