forked from Imagelibrary/rtems
data and control addresses were swapped for channel a of the scc
This commit is contained in:
@@ -131,8 +131,8 @@ extern "C" {
|
||||
#define TIMER_VECTOR 0x4D
|
||||
|
||||
#if (USE_CHANNEL_A == 1)
|
||||
#define CONSOLE_CONTROL 0x0C800007
|
||||
#define CONSOLE_DATA 0x0C800005
|
||||
#define CONSOLE_CONTROL 0x0C800005
|
||||
#define CONSOLE_DATA 0x0C800007
|
||||
#elif (USE_CHANNEL_B == 1)
|
||||
#define CONSOLE_CONTROL 0x0C800001
|
||||
#define CONSOLE_DATA 0x0C800003
|
||||
|
||||
Reference in New Issue
Block a user