libaltos: Remove a couple of spurious debug printfs
[fw/altos] / libaltos / libaltos.c
index d7b266cf08936f23abd1a18003b26c4cc0f9012e..24c20179faa76a87b3f54acc32b0a1ddde42311d 100644 (file)
@@ -148,6 +148,8 @@ altos_open(struct altos_device *device)
                return NULL;
        }
        cfmakeraw(&term);
+       cfsetospeed(&term, B9600);
+       cfsetispeed(&term, B9600);
 #ifdef USE_POLL
        term.c_cc[VMIN] = 1;
        term.c_cc[VTIME] = 0;