data and control addresses were swapped for channel a of the scc

This commit is contained in:
Joel Sherrill
1996-09-27 15:49:44 +00:00
parent b6082b01f5
commit caf87fd78d

View File

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