From 490192e88fe3e34571df5065aace5c70bc98d9c7 Mon Sep 17 00:00:00 2001 From: Hauke Petersen Date: Thu, 23 Apr 2015 15:52:00 +0200 Subject: [PATCH] tests/driver_xbee: added output after init --- tests/driver_xbee/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/driver_xbee/main.c b/tests/driver_xbee/main.c index d1ee242c19..5f53d68335 100644 --- a/tests/driver_xbee/main.c +++ b/tests/driver_xbee/main.c @@ -111,6 +111,7 @@ int main(void) } /* start the shell */ + puts("Initialization OK, starting shell now"); shell_init(&shell, NULL, SHELL_BUFSIZE, shell_read, shell_put); shell_run(&shell);