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:
parent
e6e45ad567
commit
490192e88f
@ -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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user