Make Mote::setupTty() the only user of openTty()
commit9c89e01442e43f9eef107b9f0add091ca02955de
authorJonas Fonseca <fonseca@diku.dk>
Fri, 14 Dec 2007 12:38:10 +0000 (14 13:38 +0100)
committerJonas Fonseca <fonseca@diku.dk>
Fri, 7 Mar 2008 02:52:14 +0000 (7 03:52 +0100)
tree04ecacacdccc0489ae517ba889d4892495a5b670
parent317c955868ec3ae5e856d4d213a54a039d239ada
Make Mote::setupTty() the only user of openTty()

... by removing the openTty() call from SerialControl::endChild() and
make Mote::getChildResult() call setupTty().
diku_mch/Mote.cc
diku_mch/SerialControl.cc