Chau Vo / device_configuration

Dependents:   F103-Web-Server

Fork of my_eeprom_funcs by Chau Vo

Revision:
11:250b05a5266d
Parent:
10:f37acffddef9
Child:
12:613ab276bf37
--- a/my_eeprom_funcs.cpp	Sat Jan 10 16:13:11 2015 +0000
+++ b/my_eeprom_funcs.cpp	Sat Jan 10 16:17:52 2015 +0000
@@ -2,7 +2,7 @@
 #include "my_eeprom_funcs.h"
 
 
-/*!
+/*
  * Debug option
  */
 #if 1
@@ -21,14 +21,6 @@
 #endif
 
 
-/*!
- * 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) {
     // Write network configuration
     // 4-byte IP address + 4-byte subnet + 4-byte gateway + 3-byte MAC