This commit is contained in:
parent
3898e2d66f
commit
4f6a594707
@ -549,9 +549,7 @@ ReturnValue_t FreshSupvHandler::initialize() {
|
||||
if (result != returnvalue::OK) {
|
||||
return result;
|
||||
}
|
||||
result = FreshDeviceHandlerBase::initialize();
|
||||
sif::debug << "serial port: " << uartManager.serialPort << std::endl;
|
||||
return result;
|
||||
return FreshDeviceHandlerBase::initialize();
|
||||
}
|
||||
|
||||
ReturnValue_t FreshSupvHandler::sendEmptyCmd(uint16_t apid, uint8_t serviceId, bool replyExpected) {
|
||||
|
@ -80,7 +80,6 @@ ReturnValue_t PlocSupvUartManager::initializeInterface(CookieIF* cookie) {
|
||||
}
|
||||
// Flush received and unread data
|
||||
tcflush(serialPort, TCIOFLUSH);
|
||||
sif::debug << "piece of shit port " << serialPort << std::endl;
|
||||
return OK;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user