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:
parent
07681a1914
commit
450b9cc58f
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user