missing in b18c2269a6901da7be26a5757a6170aa18259c9b

Dieser Commit ist enthalten in:
Reinder Feenstra 2021-08-04 19:24:45 +02:00
Ursprung cea9ff6eac
Commit 2c4ee5e142

Datei anzeigen

@ -39,6 +39,8 @@ class DCCPlusPlus : public SubObject
CLASS_ID("protocol.dccplusplus")
private:
static constexpr uint32_t functionNumberMax = 68;
CommandStation* const m_commandStation; // valid if parent is command station, else nullptr
std::function<bool(std::string_view)> m_send;
std::atomic_bool m_debugLogRXTX;