Fix the warning in esp_process_sdkconfig.c

This commit is contained in:
sxy 2023-03-20 20:14:48 +08:00
parent bca14a02f7
commit 5ec99ffbde

View File

@ -874,9 +874,7 @@ char *get_id_name_en(int i)
esp_mn_error_t* esp_mn_commands_update_from_sdkconfig(const esp_mn_iface_t *multinet, model_iface_data_t *model_data) esp_mn_error_t* esp_mn_commands_update_from_sdkconfig(const esp_mn_iface_t *multinet, model_iface_data_t *model_data)
{ {
#ifdef CONFIG_SR_MN_CN_MULTINET6_QUANT #if defined CONFIG_SR_MN_CN_MULTINET6_QUANT || defined CONFIG_SR_MN_EN_MULTINET6_QUANT
return NULL;
#else if CONFIG_SR_MN_EN_MULTINET6_QUANT
return NULL; return NULL;
#endif #endif