1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-22 15:55:48 +03:00

Added PG config definitions 6

This commit is contained in:
Martin Budden 2017-02-26 08:48:16 +00:00
parent 8a8aae49b9
commit 6b27f10c94
10 changed files with 137 additions and 52 deletions

View file

@ -89,8 +89,6 @@ PG_DECLARE(serialPinConfig_t, serialPinConfig);
struct profile_s;
extern struct profile_s *currentProfile;
struct controlRateConfig_s;
extern struct controlRateConfig_s *currentControlRateProfile;
void beeperOffSet(uint32_t mask);
void beeperOffSetAll(uint8_t beeperCount);