Chau Vo / device_configuration

Dependents:   F103-Web-Server

Fork of my_eeprom_funcs by Chau Vo

Revision:
12:613ab276bf37
Parent:
11:250b05a5266d
Child:
13:7ffbbfe999c5
--- a/my_eeprom_funcs.h	Sat Jan 10 16:17:52 2015 +0000
+++ b/my_eeprom_funcs.h	Sat Jan 10 16:19:18 2015 +0000
@@ -62,15 +62,6 @@
 extern char str_server_ip_addr[];
 extern uint16_t u16enable_tcp_client, u16enable_tcp_server;// flags for enabling TCP client or TCP server
 
-
-/*!
- * Function to write module network configuration
- * @param <char *buf> configuration buffer
- * @note 4-byte IP address
- * @note 4-byte subnet
- * @note 4-byte gateway
- * @note 3-byte MAC
- */
 void write_eeprom_network(char* buf);
 void load_eeprom_network(void);
 void write_eeprom_tcpserver(char* buf);