mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
12 lines
255 B
Plaintext
12 lines
255 B
Plaintext
#
|
|
# ukleos default project. Consists of a shell.
|
|
#
|
|
# Copyright (C) 2008, 2009 Kaspar Schleiser <kaspar@schleiser.de>
|
|
#
|
|
|
|
SubDir TOP projects default ;
|
|
|
|
Module default_project : main.c : shell posix_io uart0 shell_commands ps ;
|
|
|
|
UseModule default_project ;
|