mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-14 11:59:58 +03:00
Make Cppcheck happier revived (#13566)
Co-authored-by: Štěpán Dalecký <daleckystepan@gmail.com>
This commit is contained in:
parent
d5af7d2254
commit
5a28ce5129
63 changed files with 145 additions and 157 deletions
|
@ -141,7 +141,7 @@ typedef struct modeActivationProfile_s {
|
|||
#define IS_RANGE_USABLE(range) ((range)->startStep < (range)->endStep)
|
||||
|
||||
bool IS_RC_MODE_ACTIVE(boxId_e boxId);
|
||||
void rcModeUpdate(boxBitmask_t *newState);
|
||||
void rcModeUpdate(const boxBitmask_t *newState);
|
||||
|
||||
bool airmodeIsEnabled(void);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue