remove newline

This commit is contained in:
p-sam 2019-02-04 19:40:20 +00:00
parent 1a372536dc
commit 39d0436880

View File

@ -32,7 +32,6 @@ int main(int argc, char* argv[])
// Set the initial URL that the applet will navigate too.
webWifiCreate(&config, "http://example.org/");
printf("Running webWifiShow...\n");
rc = webWifiShow(&config);
printf("webWifiShow(): 0x%x\n", rc);