MYmodified program

Dependencies:   WizFi310Interface_Legacy mbed

Fork of WizFi310_Legacy_HelloWorld by WIZnet

Revision:
1:54253aea3391
Parent:
0:851ac97c4b05
Child:
2:be72796d6b72
--- a/main.cpp	Wed Apr 19 00:30:02 2017 +0000
+++ b/main.cpp	Wed Apr 19 00:50:36 2017 +0000
@@ -21,16 +21,13 @@
 #include "mbed.h"
 #include "WizFi310Interface.h"
 
-
 #define SECURE WizFi310::SEC_AUTO
 #define SSID "DIR-815_Wiznet"
 #define PASS "12345678"
 
-#define TARGET_NUCLEO_F411RE
-
 #if defined(TARGET_NUCLEO_F411RE)
-WizFi310Interface wizfi310(D8,D2,D7,D6,D9,NC,115200);
-Serial pc(USBTX, USBRX);
+    WizFi310Interface wizfi310(D8,D2,D7,D6,D9,NC,115200);
+    Serial pc(USBTX, USBRX);
 #endif
 
 #if defined(TARGET_WIZwiki_W7500)