can: avoid stack overflow

This commit is contained in:
Andrey Gusakov 2022-06-19 15:15:14 +03:00
parent 99808e0de9
commit 6f15807902
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ static void SendAck()
static HeaterAllow heaterAllow = HeaterAllow::Unknown; static HeaterAllow heaterAllow = HeaterAllow::Unknown;
static float remoteBatteryVoltage = 0; static float remoteBatteryVoltage = 0;
static THD_WORKING_AREA(waCanRxThread, 256); static THD_WORKING_AREA(waCanRxThread, 512);
void CanRxThread(void*) void CanRxThread(void*)
{ {
while(1) while(1)