mirror of
https://github.com/halleysfifthinc/AVCLAN-Mockingboard.git
synced 2026-08-07 01:13:18 +00:00
Rename INPUT_IS_SET/CLEAR to BUS_IS_IDLE
This commit is contained in:
+1
-2
@@ -60,9 +60,8 @@ int main() {
|
||||
|
||||
while (1) {
|
||||
|
||||
if (INPUT_IS_SET) { // if message from some device on AVCLan begin
|
||||
if (!BUS_IS_IDLE) {
|
||||
AVCLAN_readframe();
|
||||
// show message
|
||||
} else {
|
||||
// check command from HU
|
||||
if (answerReq != 0)
|
||||
|
||||
Reference in New Issue
Block a user