Skip to content

Commit

Permalink
workaround for espressif/esp-idf#15235
Browse files Browse the repository at this point in the history
  • Loading branch information
higaski committed Jan 20, 2025
1 parent f068639 commit 7723c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/out/zusi/task_function.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ void transmit(std::span<uint8_t const> stack) {

/// \todo document
void loop() {
std::array<uint8_t, ZUSI_MAX_PACKET_SIZE> stack;
std::array<uint8_t, ULF_SUSIV2_MAX_FRAME_SIZE> stack;

// Give decoder some time to boot...
vTaskDelay(pdMS_TO_TICKS(1000u));
Expand Down

0 comments on commit 7723c6f

Please sign in to comment.