Skip to content

Commit

Permalink
Remove constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Dec 15, 2023
1 parent cd2688a commit b4f9e20
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cpp/buses/gpio_bus.h
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,6 @@ class GpioBus : public Bus

public:

GpioBus() = default;
~GpioBus() override = default;

bool Init(mode_e mode = mode_e::TARGET) override;
Expand Down

0 comments on commit b4f9e20

Please sign in to comment.