Rev 4669 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4669 | Rev 4675 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | 38 | ||
39 | #include <printf.h> |
39 | #include <printf.h> |
40 | 40 | ||
41 | 41 | ||
42 | /** Address where characters to be printed are expected. */ |
42 | /** Address where characters to be printed are expected. */ |
43 | #ifdef MACHINE_GXEMUL_TESTARM |
43 | #ifdef MACHINE_testarm |
44 | #define PUTC_ADDRESS 0x10000000 |
44 | #define PUTC_ADDRESS 0x10000000 |
45 | #endif |
45 | #endif |
- | 46 | ||
46 | #ifdef MACHINE_ICP |
47 | #ifdef MACHINE_integratorcp |
47 | #define PUTC_ADDRESS 0x16000000 |
48 | #define PUTC_ADDRESS 0x16000000 |
48 | #endif |
49 | #endif |
49 | 50 | ||
50 | 51 | ||
51 | 52 | ||
52 | /** Prints a character to the console. |
53 | /** Prints a character to the console. |