summaryrefslogtreecommitdiff
path: root/examples/device/midi_test_freertos/src
diff options
context:
space:
mode:
authorHiFiPhile <[email protected]>2025-11-07 12:00:09 +0100
committerHiFiPhile <[email protected]>2025-11-07 12:00:09 +0100
commitf9bbad7576023d2ce90289b028fb0998dae1c307 (patch)
treecc50a8d290505076f9ddf1890be627d917db30b6 /examples/device/midi_test_freertos/src
parent53c155bf1b2105c8cbfa30b30eaf22a2826d1e0f (diff)
parentdfcab8747d48b18290a5f93ce893541644a9bac6 (diff)
Merge remote-tracking branch 'tinyusb/master' into audio_ep_in_target_fifo_size
Diffstat (limited to 'examples/device/midi_test_freertos/src')
-rw-r--r--examples/device/midi_test_freertos/src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/device/midi_test_freertos/src/main.c b/examples/device/midi_test_freertos/src/main.c
index 9dd66c526..f5267214e 100644
--- a/examples/device/midi_test_freertos/src/main.c
+++ b/examples/device/midi_test_freertos/src/main.c
@@ -48,7 +48,7 @@
#endif
#define BLINKY_STACK_SIZE configMINIMAL_STACK_SIZE
-#define MIDI_STACK_SIZE configMINIMAL_STACK_SIZE
+#define MIDI_STACK_SIZE (configMINIMAL_STACK_SIZE * (CFG_TUSB_DEBUG ? 2 : 1))
// static task
#if configSUPPORT_STATIC_ALLOCATION