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

Revert "BEEPER Conversion to use USE_ scheme" (#5368)

This commit is contained in:
Michael Keller 2018-03-04 09:40:17 +13:00 committed by GitHub
parent bf11921dc0
commit 9bcc6aca8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
104 changed files with 131 additions and 217 deletions

View file

@ -411,7 +411,7 @@ void init(void)
}
#endif
#ifdef USE_BEEPER
#ifdef BEEPER
beeperInit(beeperDevConfig());
#endif
/* temp until PGs are implemented. */