summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/avr/cpu.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/score/cpu/avr/cpu.c')
-rw-r--r--cpukit/score/cpu/avr/cpu.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/cpukit/score/cpu/avr/cpu.c b/cpukit/score/cpu/avr/cpu.c
index a6bfc593d7..bbd4f85a23 100644
--- a/cpukit/score/cpu/avr/cpu.c
+++ b/cpukit/score/cpu/avr/cpu.c
@@ -33,6 +33,8 @@ void _CPU_Initialize(
void (*thread_dispatch) /* ignored on this CPU */
)
{
+ printk( "AVR CPU Initialize\n" );
+
/*
* The thread_dispatch argument is the address of the entry point
* for the routine called at the end of an ISR once it has been