mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2026-01-12 07:35:55 +01:00
2019-07-23 Fred Gleason <fredg@paravelsystems.com>
* Fixed regressions that made serial device operation unreliable.
This commit is contained in:
@@ -120,7 +120,7 @@ void Sas16000::SendCommand(char *str)
|
||||
rda->syslog(LOG_INFO,"sending USI cmd: %s",
|
||||
(const char *)PrettifyCommand(str));
|
||||
|
||||
sas_device->writeBlock(str,strlen(str));
|
||||
sas_device->write(str,strlen(str));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user