File cleaning

This commit is contained in:
Allen Hill
2023-08-17 18:06:02 -04:00
parent 241b7cf50a
commit e8d7f5b297
7 changed files with 146 additions and 279 deletions
+3 -6
View File
@@ -30,7 +30,7 @@
#ifndef __AVCLANDRV_H
#define __AVCLANDRV_H
//------------------------------------------------------------------------------
#include "GlobalDef.h"
#define STOPEvent cbi(RTC.PITINTCTRL, RTC_PI_bp); cbi(USART0.CTRLA, USART_RXCIE_bp);
@@ -110,8 +110,6 @@ byte AVCLan_SendDataBroadcast();
byte AVCLan_Command(byte command);
byte incBCD(byte data);
// byte decBCD(byte data); // unused
// byte bin2BCD8(byte data);
extern byte check_timeout;
@@ -135,7 +133,6 @@ void ShowOutMessage();
void SetHighLow();
#endif
//------------------------------------------------------------------------------
extern byte answerReq;
//------------------------------------------------------------------------------
#endif
#endif // __AVCLANDRV_H