forked from Imagelibrary/rtems
correct incorrect register addresses for port a.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user