Skip to content

Commit

Permalink
fix uart under lin
Browse files Browse the repository at this point in the history
  • Loading branch information
bha-evs committed Mar 1, 2024
1 parent 495fd7e commit 26c4c49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/bofuart.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,7 @@ BofUart::BofUart(const BOF_UART_PARAM &_rUartParam_X)
/* Setting Output buffer */
if (mpTxData_O)
{
LaunchBofProcessingThread("BofUart", false, 0, _rUartParam_X.ThreadSchedulerPolicy_E, _rUartParam_X.ThreadPriority_E, _rUartParam_X.ThreadCpuCoreAffinity_U64, 1000, 0x10000);
LaunchBofProcessingThread("BofUart", false, false, 0, _rUartParam_X.ThreadSchedulerPolicy_E, _rUartParam_X.ThreadPriority_E, _rUartParam_X.ThreadCpuCoreAffinity_U64, 1000, 0x10000);
mOpen_B = true;
}
}
Expand Down

0 comments on commit 26c4c49

Please sign in to comment.