mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-04 21:24:32 +02:00
fix(enum): Removed unused value
This commit is contained in:
@@ -1347,7 +1347,6 @@ esp_err_t enum_process(void)
|
||||
break;
|
||||
default:
|
||||
// Should never occur
|
||||
ret = ESP_ERR_INVALID_STATE;
|
||||
abort();
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user