mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
change cec delay
Origin commit data
------------------
Branch: master
Commit: 758a412197
Author: TangoCash <eric@loxat.de>
Date: 2021-12-02 (Thu, 02 Dec 2021)
------------------
No further description and justification available within origin commit message!
------------------
This commit was generated by Migit
This commit is contained in:
@@ -336,7 +336,7 @@ void hdmi_cec::SendCECMessage(struct cec_message &txmessage, int sleeptime)
|
||||
::write(hdmiFd, &message, 2 + message.length);
|
||||
}
|
||||
|
||||
usleep(sleeptime * 10000);
|
||||
usleep(sleeptime * 1000);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user