it is now a minimal functional project
This commit is contained in:
parent
2f912f2b3f
commit
dd3ba2bfe3
@ -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 ;
|
||||
|
||||
@ -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");
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user