diff --git a/src/test.cpp b/src/test.cpp index a911f0cb..db8db4ec 100644 --- a/src/test.cpp +++ b/src/test.cpp @@ -929,7 +929,10 @@ struct TestConnection catch(con::NoIncomingDataException &e) { } - +#if 1 + /* + Simple send-receive test + */ { /*u8 data[] = "Hello World!"; u32 datasize = sizeof(data);*/ @@ -950,11 +953,12 @@ struct TestConnection <