udp_client/http_clnt: print success message

Ref #2139
This commit is contained in:
Martin Stein 2016-11-25 15:57:40 +01:00 committed by Christian Helmuth
parent 4eea2a058d
commit f90964fdcc
2 changed files with 3 additions and 0 deletions

View File

@ -73,5 +73,7 @@ int main(void)
log("Received \"", String<64>(buf), " ...\"");
}
_timer.msleep(2000);
log("Test done");
return 0;
}

View File

@ -165,5 +165,6 @@ int main()
lwip_close(s);
}
log("Test done");
return 0;
}