fix(enum): Removed unused value

This commit is contained in:
Roman Leonov 2024-06-05 14:03:06 +02:00
parent 9babaaa1b9
commit db1f13d259

View File

@ -1347,7 +1347,6 @@ esp_err_t enum_process(void)
break;
default:
// Should never occur
ret = ESP_ERR_INVALID_STATE;
abort();
break;
}