1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

* fix typo in sys Jamfile

This commit is contained in:
Kaspar Schleiser 2010-09-28 11:28:46 +02:00
parent 7108f791fa
commit c707f4aa25

View File

@ -30,7 +30,7 @@ SubDir TOP sys ;
Module swtimer : swtimer.c : hwtimer ;
Module posix_io : posix_io.c ;
Module shell : shell.c : hashtable hash_string ;
Module ps : ps ;
Module ps : ps.c ;
Module auto_init : auto_init.c ;