Reorder avclan functions and rename AVCLAN_SendAnswer to AVCLAN_respond

This commit is contained in:
Allen Hill
2023-10-26 13:01:36 -04:00
parent c656281275
commit 218b4320dd
3 changed files with 157 additions and 171 deletions
+1 -4
View File
@@ -135,14 +135,11 @@ uint8_t AVCLAN_readframe();
uint8_t AVCLAN_sendframe(const AVCLAN_frame_t *frame);
uint8_t AVCLAN_responseNeeded();
uint8_t AVCLAN_respond();
void AVCLAN_printframe(const AVCLAN_frame_t *frame, uint8_t binary);
AVCLAN_frame_t *AVCLAN_parseframe(const uint8_t *bytes, uint8_t len);
void AVCLan_Send_Status();
void AVCLan_Register();
uint8_t AVCLan_SendAnswer();
#ifdef SOFTWARE_DEBUG
void AVCLan_Measure();
#endif