rename gpio interface

This commit is contained in:
Jonas Zeunert
2019-11-07 21:10:45 +01:00
parent d888cfb8fe
commit f63dc97270
2 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ private:
void check_inputs() const;
private:
const std::unique_ptr<input::InputPinController> input_gpio_interface;
const std::unique_ptr<input::InputPinController> input_pin_controller;
const std::vector<std::shared_ptr<DistributingEvent>> events;