1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-25 06:23:53 +01:00

tests/driver_xbee: added output after init

This commit is contained in:
Hauke Petersen 2015-04-23 15:52:00 +02:00
parent e6e45ad567
commit 490192e88f

View File

@ -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);