Skip to content

Commit 029d494

Browse files
dynferdron0gus
authored andcommitted
revert cantx stack causing overflow (mck1117#332)
1 parent 8d38a1e commit 029d494

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

firmware/can.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
static Configuration* configuration;
1919

20-
static THD_WORKING_AREA(waCanTxThread, 512);
20+
static THD_WORKING_AREA(waCanTxThread, 256);
2121
void CanTxThread(void*)
2222
{
2323
chRegSetThreadName("CAN Tx");

0 commit comments

Comments
 (0)