comparison 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
comparison
equal deleted inserted replaced
326:2fa27c44e3c9 327:61c9df5bffce
1 1
2 volatile unsigned int * const UART0DR = (unsigned int*)0x101f1000; 2 volatile unsigned int * const UART0DR = (unsigned int*)0x10009000;
3 3
4 void print_uart0(const char*s) 4 void print_uart0(const char*s)
5 { 5 {
6 while (*s != '\0') 6 while (*s != '\0')
7 { 7 {