mirror of
https://github.com/espressif/esp-sr.git
synced 2025-09-15 15:28:44 +08:00
bugfix(afe): fix the bug of print_afe_info multiple definition
This commit is contained in:
parent
3fe82fb567
commit
ce9e82a6d4
@ -90,8 +90,8 @@ elseif(${IDF_TARGET} STREQUAL "esp32s3")
|
||||
target_link_libraries(${COMPONENT_TARGET} "-Wl,--start-group"
|
||||
hufzip
|
||||
dl_lib
|
||||
esp-dsp
|
||||
c_speech_features
|
||||
esp-dsp
|
||||
esp_audio_front_end
|
||||
esp_audio_processor
|
||||
multinet
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -141,7 +141,7 @@ void srmodel_spiffs_deinit(srmodel_list_t *models)
|
||||
|
||||
srmodel_list_t *srmodel_config_init()
|
||||
{
|
||||
srmodel_list_t *models = malloc(sizeof(srmodel_list_t*));
|
||||
srmodel_list_t *models = malloc(sizeof(srmodel_list_t));
|
||||
models->num = 2;
|
||||
models->model_name = malloc(models->num*sizeof(char*));
|
||||
for (int i=0; i<models->num; i++) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user