X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=Kernel%2Farch%2Farm7%2Fdebug.c;h=d75048edaf20489e7bbadf68e6d11accfb7b65aa;hb=6e41a8a3aa767cd5aeddbad393ce4f637a47a367;hp=12794983308015c0a92e373d6c33674922753cc9;hpb=f6ba89ba93581eea2877276e864869724a4271d7;p=tpg%2Facess2.git diff --git a/Kernel/arch/arm7/debug.c b/Kernel/arch/arm7/debug.c index 12794983..d75048ed 100644 --- a/Kernel/arch/arm7/debug.c +++ b/Kernel/arch/arm7/debug.c @@ -10,7 +10,7 @@ // === CONSTANTS === //#define UART0_BASE 0x10009000 -#define UART0_BASE 0xF0000000 // Boot time mapped +#define UART0_BASE 0xF1000000 // Boot time mapped // === PROTOTYPES === void KernelPanic_SetMode(void);