Skip to content

Commit 2ac2514

Browse files
committed
Set tinyusb task stack size
1 parent 5f5bee3 commit 2ac2514

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Hardware/SAME70/Devices.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ void EthernetInit() noexcept
9595

9696
#if CORE_USES_TINYUSB
9797

98-
constexpr size_t UsbDeviceTaskStackWords = 200;
98+
constexpr size_t UsbDeviceTaskStackWords = 400;
9999
static Task<UsbDeviceTaskStackWords> usbDeviceTask;
100100

101101
#endif

0 commit comments

Comments
 (0)