diff --git a/src/lib/rc/sbus.cpp b/src/lib/rc/sbus.cpp index 07e815f2a8..d712036a9a 100644 --- a/src/lib/rc/sbus.cpp +++ b/src/lib/rc/sbus.cpp @@ -218,7 +218,9 @@ sbus_config(int sbus_fd, bool singlewire) tcsetattr(sbus_fd, TCSANOW, &t); if (singlewire) { - /* only defined in configs capable of IOCTL */ + /* only defined in configs capable of IOCTL + * Note It is never turned off + */ #ifdef TIOCSSINGLEWIRE ioctl(sbus_fd, TIOCSSINGLEWIRE, SER_SINGLEWIRE_ENABLED); #endif