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.
Dependencies: EthernetInterface mbed-rtos mbed NTPClient
Diff: Headers/Settings.h
- Branch:
- feature-logs
- Revision:
- 20:54e8563fb78c
- Parent:
- 7:a227636d7908
- Parent:
- 19:682cb884ec00
- Child:
- 21:4bfe3dc59b86
--- a/Headers/Settings.h	Fri Mar 27 15:22:40 2015 +0000
+++ b/Headers/Settings.h	Fri Mar 27 12:36:54 2015 -0300
@@ -27,6 +27,14 @@
 #define LENGTH_MAIL_BOX     10U
 #define MAXTRIES            10U
 
+extern "C" void mbed_reset();
+
+static void Pmed_reset()
+{
+    mbed_reset();
+}
+
+
 class Settings
 {
 
    