mirror of
https://github.com/TomNisbet/TommyPROM.git
synced 2024-11-25 14:31:00 +00:00
Fix #15 - typo in high address register pin definition.
This commit is contained in:
parent
7a60862a6d
commit
910d07fb58
@ -15,7 +15,7 @@
|
|||||||
#define ADDR_DATA A5
|
#define ADDR_DATA A5
|
||||||
|
|
||||||
// Define masks for the address clk and data lines on PC3..PC5 for direct port control.
|
// 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_CLK_LO_MASK 0x10
|
||||||
#define ADDR_DATA_MASK 0x20
|
#define ADDR_DATA_MASK 0x20
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
#include "XModem.h"
|
#include "XModem.h"
|
||||||
|
|
||||||
|
|
||||||
static const char * MY_VERSION = "2.2";
|
static const char * MY_VERSION = "2.3";
|
||||||
|
|
||||||
|
|
||||||
// Global status
|
// Global status
|
||||||
|
Loading…
Reference in New Issue
Block a user