Rename INPUT_IS_SET/CLEAR to BUS_IS_IDLE

This commit is contained in:
Allen Hill
2023-09-13 21:53:53 -04:00
parent 3c5c1d269e
commit 9fcca0a6fb
3 changed files with 17 additions and 30 deletions
+1 -2
View File
@@ -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)