diff test/bare/test.c @ 327:61c9df5bffce

Changed emulated board to cortex a8 board
author Windel Bouwman
date Sat, 01 Feb 2014 17:21:21 +0100
parents ed6d0adaa626
children
line wrap: on
line diff
--- a/test/bare/test.c	Sat Feb 01 16:54:33 2014 +0100
+++ b/test/bare/test.c	Sat Feb 01 17:21:21 2014 +0100
@@ -1,5 +1,5 @@
 
-volatile unsigned int * const UART0DR = (unsigned int*)0x101f1000;
+volatile unsigned int * const UART0DR = (unsigned int*)0x10009000;
 
 void print_uart0(const char*s)
 {