File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -3156,18 +3156,14 @@ void RTK_WIFI::verifyTables()
3156
3156
if (WIFI_AUTH_MAX != wifiAuthorizationNameEntries)
3157
3157
{
3158
3158
systemPrintf (" ERROR: Fix wifiAuthorizationName list to match wifi_auth_mode_t in esp_wifi_types.h!\r\n " );
3159
- while (1 )
3160
- {
3161
- }
3159
+ reportFatalError (" Fix wifiAuthorizationName list to match wifi_auth_mode_t in esp_wifi_types.h!" );
3162
3160
}
3163
3161
3164
3162
// Verify the start name table
3165
3163
if (WIFI_MAX_START != (1 << wifiStartNamesEntries))
3166
3164
{
3167
3165
systemPrintf (" ERROR: Fix wifiStartNames list to match list of defines!\r\n " );
3168
- while (1 )
3169
- {
3170
- }
3166
+ reportFatalError (" Fix wifiStartNames list to match list of defines!!" );
3171
3167
}
3172
3168
}
3173
3169
You can’t perform that action at this time.
0 commit comments