diff options
Diffstat (limited to 'halimpl/utils/phNxpConfig.cpp')
-rwxr-xr-x | halimpl/utils/phNxpConfig.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/halimpl/utils/phNxpConfig.cpp b/halimpl/utils/phNxpConfig.cpp index ba36e50..956b2a2 100755 --- a/halimpl/utils/phNxpConfig.cpp +++ b/halimpl/utils/phNxpConfig.cpp @@ -361,7 +361,7 @@ bool CNfcConfig::readConfig(const char* name, bool bResetContent) { break; } // fall through to numValue to handle numValue - + [[fallthrough]]; case NUM_VALUE: if (isDigit(c, base)) { numValue *= base; |