mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
Added shadow copies for CLI and MSP.
This commit is contained in:
parent
985a9208d5
commit
6de1c32d9d
56 changed files with 277 additions and 222 deletions
|
@ -567,7 +567,7 @@ throttleStatus_e calculateThrottleStatus()
|
|||
|
||||
void delay(uint32_t) {}
|
||||
|
||||
bool featureConfigured(uint32_t mask) {
|
||||
bool featureIsEnabled(uint32_t mask) {
|
||||
return (mask & testFeatureMask);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue