diff --git a/src/avclan/peripheral.hpp b/src/avclan/peripheral.hpp index 5d31abd..ffb6b5e 100644 --- a/src/avclan/peripheral.hpp +++ b/src/avclan/peripheral.hpp @@ -23,7 +23,6 @@ public: (std::get(devices_).init(), ...); } - uint16_t address() const { return address_; }; uint16_t controller() const { return controller_; }; template Dev &device() { return std::get(devices_);