Skip to content

Commit

Permalink
Fixing RPI (again)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeStarch committed May 16, 2024
1 parent a7a02fe commit 2ff0dc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions RPI/Top/instances.fpp
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ module RPI {
Os::TaskString name("ReceiveTask");
// Uplink is configured for receive so a socket task is started
comm.configure(state.hostName, state.portNumber);
comm.startSocketTask(
comm.start(
name,
ConfigConstants::comm::PRIORITY,
ConfigConstants::comm::STACK_SIZE
Expand Down Expand Up @@ -323,7 +323,7 @@ module RPI {

phase Fpp.ToCpp.Phases.startTasks """
if (Init::status) {
uartDrv.startReadThread();
uartDrv.start();
}
else {
Fw::Logger::logMsg("[ERROR] Initialization failed; not starting UART driver\\n");
Expand Down

0 comments on commit 2ff0dc0

Please sign in to comment.