Chau Vo / device_configuration

Dependents:   F103-Web-Server

Fork of my_eeprom_funcs by Chau Vo

Revision:
10:f37acffddef9
Parent:
8:4fc4b1b5509b
Child:
11:250b05a5266d
--- a/my_eeprom_funcs.h	Mon Dec 29 21:40:15 2014 +0000
+++ b/my_eeprom_funcs.h	Sat Jan 10 16:13:11 2015 +0000
@@ -26,9 +26,9 @@
 #define IP_ADDRESS_POS         0
 #define IP_SUBNET_POS          4
 #define IP_GATEWAY_POS         8
-#define TCP_SERVER_LOCAL_PORT_POS    12
-#define UDP_SERVER_LOCAL_PORT_POS    13
-#define CONFIGURED_IP_FLAG_POS     14
+#define TCP_SERVER_LOCAL_PORT_POS   12
+#define UDP_SERVER_LOCAL_PORT_POS   13
+#define CONFIGURED_IP_FLAG_POS      14
 #define MAC_ADDRESS_POS        15
 // EEPROM: for setting TCP server where this device connects to in TCP client mode
 #define AUTO_TRANSMIT_FLAG_POS  18