No networking for now
This commit is contained in:
@ -1,6 +1,5 @@
|
||||
#include <ulib.h>
|
||||
#include "block.h"
|
||||
#include "tcptest.h"
|
||||
|
||||
void main(void) {
|
||||
if (argslen() == 0) {
|
||||
@ -12,10 +11,6 @@ void main(void) {
|
||||
|
||||
if (string_strcmp(cmd, "block") == 0) {
|
||||
diagdummy_block();
|
||||
} else if (string_strcmp(cmd, "tcp-test-server") == 0) {
|
||||
diagdummy_tcptestserver();
|
||||
} else if (string_strcmp(cmd, "tcp-test-client") == 0) {
|
||||
diagdummy_tcptestclient();
|
||||
} else {
|
||||
uprintf("diagdummy: unknown cmd %s\n", cmd);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user