This commit is contained in:
azw 2023-04-14 08:13:50 +00:00
parent 03fdcc6bb7
commit 6b04c3636e

View File

@ -44,4 +44,5 @@ class Master
unsigned int recv_bufflen_ = 0; unsigned int recv_bufflen_ = 0;
a8::TcpClient* tcp_client_ = nullptr; a8::TcpClient* tcp_client_ = nullptr;
f8::TimerWp timer_wp_; f8::TimerWp timer_wp_;
f8::Attacher attacher_;
}; };