Rename HexInc -> incBCD; comment out unused decrement functions

This commit is contained in:
Allen Hill
2023-08-06 20:52:29 -04:00
parent 66633db24e
commit 241b7cf50a
2 changed files with 22 additions and 26 deletions
+3 -3
View File
@@ -109,9 +109,9 @@ byte AVCLan_SendAnswer();
byte AVCLan_SendDataBroadcast();
byte AVCLan_Command(byte command);
byte HexInc(byte data);
byte HexDec(byte data);
byte Dec2Toy(byte data);
byte incBCD(byte data);
// byte decBCD(byte data); // unused
// byte bin2BCD8(byte data);
extern byte check_timeout;