Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Tomoya-Hagen committed Aug 14, 2024
1 parent cba387f commit 41b09fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sts1CobcSw/CobcSoftware/EduProgramQueueThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ class EduProgramQueueThread : public RODOS::StaticThread<stackSize>
{
edu::programStatusHistory.put(
edu::ProgramStatusHistoryEntry{.programId = programId,
.startTime = startTime.value_of(),
.startTime = startTime,
.status = edu::ProgramStatus::programRunning});

// Suspend Self for execution time
Expand Down

0 comments on commit 41b09fa

Please sign in to comment.