forked from Imagelibrary/rtems
Control and Data addresses were swapped for port A.
This commit is contained in:
@@ -128,8 +128,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