Skip to content

Commit

Permalink
Merge pull request #147 from damienmaguire/Tom-evnut-patch-1
Browse files Browse the repository at this point in the history
Update chargerint.h
  • Loading branch information
damienmaguire authored Jan 27, 2025
2 parents ed2ed35 + 6a612b8 commit ce2bc0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/chargerint.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Chargerint
virtual void Task200Ms() {} //Default does nothing
virtual void DecodeCAN(int, uint32_t*) {};
virtual bool DCFCRequest(bool) {return false;};
virtual bool ACRequest(bool) {return false;};
virtual bool ACRequest(bool) {return true;};
virtual void DeInit() {} //called when switching to another charger, similar to a destructor
virtual void SetCanInterface(CanHardware* c) { can = c; }

Expand Down

0 comments on commit ce2bc0b

Please sign in to comment.