Skip to content

Commit

Permalink
fixed constructor in main
Browse files Browse the repository at this point in the history
  • Loading branch information
aclowmclaughlin committed Nov 4, 2023
1 parent 1107087 commit 9c8b32a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion targets/charge_controller/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ int main() {
// charge controller module instantiation
BMSManager bms(can, bmsOK);
LCDDisplay display(LCDRegisterSEL, LCDReset, spi);
ChargeController chargeController(bms, display, can, startButton, &statusLED, &uart);
ChargeController chargeController(bms, display, can, startButton, statusLED);

uart.printf("Modules Initialized\n\r");

Expand Down

0 comments on commit 9c8b32a

Please sign in to comment.