Skip to content

Commit

Permalink
Set tinyusb task stack size
Browse files Browse the repository at this point in the history
  • Loading branch information
rechrtb committed Oct 4, 2024
1 parent 5f5bee3 commit 2ac2514
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Hardware/SAME70/Devices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ void EthernetInit() noexcept

#if CORE_USES_TINYUSB

constexpr size_t UsbDeviceTaskStackWords = 200;
constexpr size_t UsbDeviceTaskStackWords = 400;
static Task<UsbDeviceTaskStackWords> usbDeviceTask;

#endif
Expand Down

0 comments on commit 2ac2514

Please sign in to comment.