From b8222d36e5fcc63d33515c233992f4c5f6761324 Mon Sep 17 00:00:00 2001 From: folkert van heusden Date: Tue, 30 Apr 2024 23:05:08 +0200 Subject: [PATCH] comment --- dc11.h | 1 + 1 file changed, 1 insertion(+) diff --git a/dc11.h b/dc11.h index f191525..d41713e 100644 --- a/dc11.h +++ b/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 recv_buffers[dc11_n_lines]; std::condition_variable have_data[dc11_n_lines];