More reorganization [nfc]

This commit is contained in:
Allen Hill
2023-09-02 22:18:11 -04:00
parent 9581957eca
commit b9bae7a65f
3 changed files with 44 additions and 133 deletions
+4 -5
View File
@@ -106,14 +106,13 @@ typedef struct AVCLAN_frame_struct {
} AVCLAN_frame_t;
uint8_t AVCLAN_readframe();
void AVCLan_Send_Status();
uint8_t AVCLAN_sendframe(const AVCLAN_frame_t *frame);
void AVCLAN_printframe(const AVCLAN_frame_t *frame);
void AVCLan_Init();
void AVCLAN_init();
void AVCLan_Send_Status();
void AVCLan_Register();
uint8_t AVCLan_SendAnswer();
uint8_t AVCLAN_sendframe(const AVCLAN_frame_t *frame);
void AVCLAN_printframe(const AVCLAN_frame_t *frame);
uint8_t incBCD(uint8_t data);