Skip to content

Commit 759d02c

Browse files
CopilotMikefly123
andcommitted
Correct event log function to log_ACTIVITY_LO_TotalPowerReset
- Changed from log_ACTIVITY_LOW_ back to log_ACTIVITY_LO_ - F Prime autocoder generates LO (not LOW) for 'severity activity low' - Matches pattern used in Burnwire and other components - All formatters pass Co-authored-by: Mikefly123 <[email protected]>
1 parent 8b57df0 commit 759d02c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FprimeZephyrReference/Components/PowerMonitor/PowerMonitor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ void PowerMonitor ::run_handler(FwIndexType portNum, U32 context) {
4444
void PowerMonitor ::RESET_TOTAL_POWER_cmdHandler(FwOpcodeType opCode, U32 cmdSeq) {
4545
this->m_totalPower_mWh = 0.0f;
4646
this->m_lastUpdateTime_s = this->getCurrentTimeSeconds();
47-
this->log_ACTIVITY_LOW_TotalPowerReset();
47+
this->log_ACTIVITY_LO_TotalPowerReset();
4848
this->cmdResponse_out(opCode, cmdSeq, Fw::CmdResponse::OK);
4949
}
5050

0 commit comments

Comments
 (0)