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

Further tidying of makefile

This commit is contained in:
Martin Budden 2016-06-12 17:31:46 +01:00
parent bc8f9fb46a
commit e0937640a1
6 changed files with 335 additions and 114 deletions

View file

@ -350,7 +350,7 @@ void init(void)
#endif
};
#ifdef AFROMINI
beeperConfig.gpioMode = Mode_Out_PP; // AFROMINI override
beeperConfig.isOD = true;
beeperConfig.isInverted = true;
#endif
#ifdef NAZE