Commit old working changes

This commit is contained in:
Allen Hill
2024-08-23 12:26:42 -07:00
parent b9382b26d7
commit 977041bd67
7 changed files with 1105 additions and 16 deletions
+1
View File
@@ -191,6 +191,7 @@ uint8_t AVCLAN_sendframe(const AVCLAN_frame_t *frame);
_DECL uint8_t answerReq _INIT(0);
_DECL uint8_t qWrite _INIT(0);
_DECL uint8_t qRead _INIT(0);
extern cd_modes CD_Mode;
inline uint8_t qEmpty() { return (qWrite == qRead); }
inline uint8_t AVCLAN_responseNeeded() { return (answerReq != 0) || !qEmpty(); }