summaryrefslogtreecommitdiffhomepage
path: root/tracker-hatire
diff options
context:
space:
mode:
Diffstat (limited to 'tracker-hatire')
-rw-r--r--tracker-hatire/thread.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/tracker-hatire/thread.cpp b/tracker-hatire/thread.cpp
index 9dd22c9d..a687cf9c 100644
--- a/tracker-hatire/thread.cpp
+++ b/tracker-hatire/thread.cpp
@@ -272,7 +272,6 @@ void hatire_thread::serial_info_impl()
switch (com_port.stopBits())
{
- msg.append(QString::number(com_port.stopBits()));
case 1: msg.append("1 stop bit.");
break;
case 2: msg.append("2 stop bits.");