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

Added dummy PG. Fixed setting of profile

This commit is contained in:
Martin Budden 2016-12-29 17:15:16 +00:00 committed by borisbstyle
parent 029015afd8
commit 2aa89cf791
4 changed files with 19 additions and 7 deletions

View file

@ -82,7 +82,6 @@ void activateConfig(void);
uint8_t getCurrentProfile(void);
void changeProfile(uint8_t profileIndex);
void setProfile(uint8_t profileIndex);
struct profile_s;
void resetProfile(struct profile_s *profile);
@ -91,7 +90,7 @@ void changeControlRateProfile(uint8_t profileIndex);
bool canSoftwareSerialBeUsed(void);
uint16_t getCurrentMinthrottle(void);
struct master_s;
struct master_s;
void targetConfiguration(struct master_s *config);
void targetValidateConfiguration(struct master_s *config);