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

Merge branch 'mover_in_c++' into mover_in_c++

This commit is contained in:
maciek001
2017-03-15 12:04:14 +01:00
committed by GitHub
228 changed files with 7336 additions and 60131 deletions

View File

@@ -189,7 +189,6 @@ bool TMWDComm::ReadData() // odbieranie danych + odczyta danych analogowych i za
bool TMWDComm::SendData() // wysyłanie danych
{
DWORD bytes_write;
DWORD fdwEvtMask;
WriteFile(hComm, &WriteDataBuff[0], BYTETOWRITE, &bytes_write, NULL);