Use CxxErrorHandler.

cert
Rob Riggs 2018-09-19 22:37:00 -05:00
rodzic 878b2e4a38
commit 8778ad3f1e
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -276,7 +276,7 @@ bool UsbPort::write(hdlc::IoFrame* frame, uint32_t timeout)
if (osMutexWait(mutex_, timeout) != osOK) {
hdlc::release(frame);
TNC_Error_Handler(6,0);
CxxErrorHandler();
return false;
}