get comm interfaces from dc11
This commit is contained in:
parent
2c84e67a00
commit
8c0c9c7a57
1 changed files with 2 additions and 0 deletions
2
dc11.h
2
dc11.h
|
@ -52,6 +52,8 @@ public:
|
|||
// static tty *deserialize(const json_t *const j, bus *const b, console *const cnsl);
|
||||
#endif
|
||||
|
||||
std::vector<comm *> *get_comm_interfaces() { return &comm_interfaces; }
|
||||
|
||||
void reset() override;
|
||||
|
||||
void show_state(console *const cnsl) const override;
|
||||
|
|
Loading…
Add table
Reference in a new issue