Skip to content

Commit

Permalink
Fix styling of parse pool size patch
Browse files Browse the repository at this point in the history
  • Loading branch information
SuperJappie08 committed Nov 22, 2024
1 parent b805b79 commit b6a82f7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/tmx_cpp/tmx.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,8 @@ class TMX {
// Sensors sensors;

public:
TMX(std::function<void()> stop_func, std::string port = "/dev/ttyACM0", size_t parse_pool_size = std::thread::hardware_concurrency());
TMX(std::function<void()> stop_func, std::string port = "/dev/ttyACM0",
size_t parse_pool_size = std::thread::hardware_concurrency());
~TMX();
enum PIN_MODES : uint8_t {
DIGITAL_INPUT = 0,
Expand Down

0 comments on commit b6a82f7

Please sign in to comment.