mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
Fix the warning in esp_process_sdkconfig.c
This commit is contained in:
parent
bca14a02f7
commit
5ec99ffbde
@ -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
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user