Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Fork of my_eeprom_funcs by
Diff: my_eeprom_funcs.h
- 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
