comment
This commit is contained in:
parent
18c655b522
commit
b8222d36e5
1 changed files with 1 additions and 0 deletions
1
dc11.h
1
dc11.h
|
@ -32,6 +32,7 @@ private:
|
|||
std::atomic_bool stop_flag { false };
|
||||
std::thread *th { nullptr };
|
||||
|
||||
// not statically allocated because of compiling problems on arduino
|
||||
pollfd *pfds { nullptr };
|
||||
std::vector<char> recv_buffers[dc11_n_lines];
|
||||
std::condition_variable have_data[dc11_n_lines];
|
||||
|
|
Loading…
Add table
Reference in a new issue