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:
parent
8a8aae49b9
commit
6b27f10c94
10 changed files with 137 additions and 52 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue