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: mbed
Fork of el17ajf by
Diff: Prefs/Prefs.h
- Revision:
- 28:e09b7ac11dea
- Parent:
- 27:2ed9e3c9f4e9
- Child:
- 36:c854f1f51f43
diff -r 2ed9e3c9f4e9 -r e09b7ac11dea Prefs/Prefs.h
--- a/Prefs/Prefs.h	Fri Apr 05 17:16:59 2019 +0000
+++ b/Prefs/Prefs.h	Fri Apr 12 20:53:00 2019 +0000
@@ -16,6 +16,7 @@
     void resetAll();
     static Prefs * getInstance();
     static const int EMPTY = -1;
+    void printAll();
 private:
     Prefs();
     ~Prefs();
    