X2D lib first commit
Diff: X2D.cpp
- Revision:
- 22:2f87ca62099c
- Parent:
- 21:ffdda83d49e8
- Child:
- 23:87c967bdb0ff
--- a/X2D.cpp Sat Feb 08 10:08:45 2020 +0000 +++ b/X2D.cpp Sun Mar 01 15:39:39 2020 +0000 @@ -430,7 +430,7 @@ } chksum = ~chksum +1; -#ifdef __DEBUG__ +#if __DEBUG__ for (i=0; i<ETX_pos; i++) debug("%0.2X ",nibble[i]); debug("\r\n");