mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
Refactored assertion in 'settings.c'.
This commit is contained in:
parent
2101326a1d
commit
af2e7ae831
1 changed files with 1 additions and 3 deletions
|
@ -1628,6 +1628,4 @@ const clivalue_t valueTable[] = {
|
|||
|
||||
const uint16_t valueTableEntryCount = ARRAYLEN(valueTable);
|
||||
|
||||
void settingsBuildCheck() {
|
||||
STATIC_ASSERT(LOOKUP_TABLE_COUNT == ARRAYLEN(lookupTables), LOOKUP_TABLE_COUNT_incorrect);
|
||||
}
|
||||
STATIC_ASSERT(LOOKUP_TABLE_COUNT == ARRAYLEN(lookupTables), LOOKUP_TABLE_COUNT_incorrect);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue