From 465dc9e5dcb9b12818b85403eaa51f41cf43e58f Mon Sep 17 00:00:00 2001 From: Ryzerth Date: Wed, 21 Jul 2021 15:43:30 +0200 Subject: [PATCH] fixed typo --- rtl_tcp_source/src/rtltcp_client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rtl_tcp_source/src/rtltcp_client.h b/rtl_tcp_source/src/rtltcp_client.h index 81670eae..d251d807 100644 --- a/rtl_tcp_source/src/rtltcp_client.h +++ b/rtl_tcp_source/src/rtltcp_client.h @@ -173,7 +173,7 @@ public: } void setBiasTee(bool enabled) { - sendCommand(14, index); + sendCommand(14, enabled); } private: