From b14c70f629d6f6d54a3652752f4631795e97c2d4 Mon Sep 17 00:00:00 2001
From: jdh8d <jdh8d@git.zephyr-software.com>
Date: Wed, 8 Oct 2014 01:32:58 +0000
Subject: [PATCH]

---
 callbacks/example/callback.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/callbacks/example/callback.c b/callbacks/example/callback.c
index 25d1fe4e1..4d4bee40d 100644
--- a/callbacks/example/callback.c
+++ b/callbacks/example/callback.c
@@ -8,6 +8,6 @@ __attribute__ ((externally_visible)) __attribute__ ((used)) print_hello()
 
 void truncation_detector_signed_32_8(uintptr_t ret)
 {
-	char str[]="Hello\n";
+	char str[]="truncation_detector_signed_32_8 called\n";
 	write(1,str,sizeof(str));
 }
-- 
GitLab