Remove new line only

This commit is contained in:
Janusz Kostorz 2020-08-17 13:46:08 +02:00 committed by GitHub
parent d0474b5690
commit 3b2d4a7871
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 deletions

View File

@ -76,7 +76,6 @@ void DYPEverySecond(void)
return; return;
} }
// trash old data (only 7 last bytes are needed for calculate distance) // trash old data (only 7 last bytes are needed for calculate distance)
while (DYPSerial->available() > 7) while (DYPSerial->available() > 7)
DYPSerial->read(); DYPSerial->read();