it is now a minimal functional project

This commit is contained in:
Stephan Arndt 2012-12-04 17:31:59 +01:00
parent 2f912f2b3f
commit dd3ba2bfe3
2 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
SubDir TOP projects test_ping ;
Module test_ping : main.c : shell shell_commands uart0 posix_io auto_init vtimer cc110x ;
Module test_ping : main.c : shell shell_commands ps uart0 posix_io auto_init vtimer cc110x ;
UseModule test_ping ;

View File

@ -42,7 +42,7 @@ void help(char* unused) {
printf("\tping [address] (time)\n");
printf("\tstop\n");
printf("\n");
printf("[] = mandatory, () = optional");
printf("[] = mandatory, () = optional\n");
}
/**