Update tunerstudio.cpp
This commit is contained in:
parent
db27ccc396
commit
6cd8a4cc15
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue