Update tunerstudio.cpp
This commit is contained in:
parent
eac21efb6a
commit
9e0834cf0a
|
@ -428,7 +428,7 @@ void runBinaryProtocolLoop(ts_channel_s *tsChannel, bool isConsoleRedirect) {
|
|||
bool isFirstByte = true;
|
||||
|
||||
while (true) {
|
||||
int isReady = tsIsReady(isConsoleRedirect);
|
||||
int isReady = sr5IsReady(isConsoleRedirect);
|
||||
if (!isReady) {
|
||||
chThdSleepMilliseconds(10);
|
||||
wasReady = false;
|
||||
|
|
Loading…
Reference in New Issue