Fix #15 - typo in high address register pin definition.

This commit is contained in:
Tom Nisbet 2020-08-26 11:28:28 -04:00
parent 7a60862a6d
commit 910d07fb58
2 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@
#define ADDR_DATA A5
// Define masks for the address clk and data lines on PC3..PC5 for direct port control.
#define ADDR_CLK_HI_MASK 0x80
#define ADDR_CLK_HI_MASK 0x08
#define ADDR_CLK_LO_MASK 0x10
#define ADDR_DATA_MASK 0x20

View File

@ -19,7 +19,7 @@
#include "XModem.h"
static const char * MY_VERSION = "2.2";
static const char * MY_VERSION = "2.3";
// Global status