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.cpp
- Revision:
- 11:250b05a5266d
- Parent:
- 10:f37acffddef9
- Child:
- 12:613ab276bf37
diff -r f37acffddef9 -r 250b05a5266d my_eeprom_funcs.cpp
--- 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
