Skip to content

Commit

Permalink
Fix I/O causality for TCP/IP
Browse files Browse the repository at this point in the history
  • Loading branch information
tbeu committed Apr 23, 2015
1 parent 2556912 commit 1211761
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modelica_DeviceDrivers/Blocks/Communication.mo
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ See <a href=\"modelica://Modelica_DeviceDrivers.Blocks.Examples.TestSerialPackag
outputBufferSize,
pkgIn.dummy));
else
pkgOut.dummy = pre(pkgOut.dummy);
pkgOut.dummy = pkgIn.dummy;
end if;
end when;
annotation (preferredView="info",
Expand Down

0 comments on commit 1211761

Please sign in to comment.