1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-01-17 05:32:45 +01:00

* minor stuff

This commit is contained in:
Kaspar Schleiser 2010-11-04 16:21:45 +01:00
parent 07681a1914
commit 450b9cc58f

View File

@ -21,11 +21,10 @@ void shell_putchar(int c) {
}
int main(void) {
puts("Welcome to ukleos!");
board_uart0_init();
posix_open(uart0_handler_pid, 0);
puts("Welcome to ukleos!");
shell_t shell;
shell_init(&shell, _shell_command_list, shell_readc, shell_putchar);