Skip to content

Commit

Permalink
added strings for new display components
Browse files Browse the repository at this point in the history
  • Loading branch information
IshDeshpa committed Jul 13, 2024
1 parent 4e4b0e4 commit 95f8e1f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Apps/Src/UpdateDisplay.c
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,9 @@ const char* compStrings[15]= {
"cruiseSt",
"rbsSt",
"gear",
"pv",
"pc",
"pt",
// Fault code components
"oserr",
"faulterr"
Expand Down Expand Up @@ -211,7 +214,7 @@ UpdateDisplayError_t UpdateDisplay_SetGear(TriState_t gear){

UpdateDisplayError_t UpdateDisplay_SetRegenState(TriState_t state){
componentVals[REGEN_ST] = state;

return UPDATEDISPLAY_ERR_NONE;
}

Expand Down

0 comments on commit 95f8e1f

Please sign in to comment.