16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-20 15:59:18 +02:00

Merge branch 'tmj-dev'

This commit is contained in:
milek7
2018-02-16 15:25:53 +01:00
113 changed files with 4617 additions and 4057 deletions

View File

@@ -60,6 +60,5 @@ bool TLPT::Connect(int port)
void TLPT::Out(int x)
{ // wysłanie bajtu do portu
WriteLog("lpt: sending data: " + std::to_string(x), logtype::lptdebug);
OutPort(address, x);
};