Skip to content

Commit

Permalink
add missed listener
Browse files Browse the repository at this point in the history
  • Loading branch information
john30 committed Feb 17, 2024
1 parent 7456bd6 commit ce8dd96
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/ebus/device_trans.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ class BaseDevice : public Device, public TransportListener {
explicit BaseDevice(Transport* transport)
: Device(), m_transport(transport),
m_arbitrationMaster(SYN), m_arbitrationCheck(0) {
transport->setListener(this);
}

public:
Expand Down

0 comments on commit ce8dd96

Please sign in to comment.