mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 10:39:11 -04:00
Merge branch 'fix/tusb_midi_task_stack_overflow_v5.3' into 'release/v5.3'
fix(examples): tusb_midi task stack overflow fix (v5.3) See merge request espressif/esp-idf!34934
This commit is contained in:
commit
6467dea037
@ -181,5 +181,5 @@ void app_main(void)
|
||||
|
||||
// Read received MIDI packets
|
||||
ESP_LOGI(TAG, "MIDI read task init");
|
||||
xTaskCreate(midi_task_read_example, "midi_task_read_example", 2 * 1024, NULL, 5, NULL);
|
||||
xTaskCreate(midi_task_read_example, "midi_task_read_example", 4 * 1024, NULL, 5, NULL);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user