conf(AFE): modify default alloc_from_psram mode in AFE config from 1 to 2

This commit is contained in:
sxy 2021-11-24 11:30:30 +08:00
parent 7010aedfd5
commit 509cf82658

View File

@ -73,7 +73,7 @@ typedef struct {
.afe_perferred_core = 0, \
.afe_perferred_priority = 5, \
.afe_ringbuf_size = 50, \
.alloc_from_psram = 1, \
.alloc_from_psram = 2, \
.agc_mode = 2, \
}
#endif