mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-15 04:15:44 +03:00
Merge pull request #9690 from mikeller/cleanup_settings
Refactored assertion in 'settings.c'.
This commit is contained in:
commit
1fbd113204
1 changed files with 1 additions and 3 deletions
|
@ -1635,6 +1635,4 @@ const clivalue_t valueTable[] = {
|
|||
|
||||
const uint16_t valueTableEntryCount = ARRAYLEN(valueTable);
|
||||
|
||||
void settingsBuildCheck() {
|
||||
STATIC_ASSERT(LOOKUP_TABLE_COUNT == ARRAYLEN(lookupTables), LOOKUP_TABLE_COUNT_incorrect);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue