Skip to content

Commit

Permalink
removes mbed tls stuff
Browse files Browse the repository at this point in the history
Signed-off-by: MarzellT <[email protected]>
  • Loading branch information
MarzellT committed Jan 16, 2025
1 parent 35bdfed commit fe0689b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/EvseV2G/EvseV2G.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class EvseV2G : public Everest::ModuleBase {
mqtt(mqtt_provider),
p_charger(std::move(p_charger)),
r_security(std::move(r_security)),
config(config) {};
config(config){};

Everest::MqttProvider& mqtt;
const std::unique_ptr<ISO15118_chargerImplBase> p_charger;
Expand Down

0 comments on commit fe0689b

Please sign in to comment.