correct incorrect register addresses for port a.

This commit is contained in:
Joel Sherrill
1997-04-09 20:05:37 +00:00
parent 8c0dc2c8c8
commit 0956b52390

View File

@@ -131,8 +131,8 @@ extern "C" {
#define TIMER_VECTOR 0x4D
#if (USE_CHANNEL_A == 1)
#define CONSOLE_CONTROL 0x0C800005
#define CONSOLE_DATA 0x0C800007
#define CONSOLE_CONTROL 0x0C800007
#define CONSOLE_DATA 0x0C800005
#elif (USE_CHANNEL_B == 1)
#define CONSOLE_CONTROL 0x0C800001
#define CONSOLE_DATA 0x0C800003