Update tunerstudio.cpp

This commit is contained in:
andreika-git 2017-05-23 22:09:48 +03:00 committed by GitHub
parent db27ccc396
commit 6cd8a4cc15
1 changed files with 1 additions and 1 deletions

View File

@ -428,7 +428,7 @@ void runBinaryProtocolLoop(ts_channel_s *tsChannel, bool isConsoleRedirect) {
bool isFirstByte = true; bool isFirstByte = true;
while (true) { while (true) {
int isReady = tsIsReady(isConsoleRedirect); int isReady = sr5IsReady(isConsoleRedirect);
if (!isReady) { if (!isReady) {
chThdSleepMilliseconds(10); chThdSleepMilliseconds(10);
wasReady = false; wasReady = false;