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: X_NUCLEO_IKS01A1-f255a2c75ecb mbed-rtos mbed
Diff: userMethods.h
- Revision:
- 3:1f17245afc88
- Parent:
- 2:0b8065489409
- Child:
- 4:597291e88109
- Child:
- 7:ed4a10ebe720
--- a/userMethods.h Sat May 14 13:58:57 2016 +0000
+++ b/userMethods.h Sat May 14 17:01:22 2016 +0000
@@ -12,8 +12,8 @@
{
public:
static void logging(const void*);
- static void readAllData(vector<log_data>& v);
- static void readNData(vector<log_data>& v, int &n);
+ static void readAllData(const void*);
+ static void readNData(const void*);
};
#endif
\ No newline at end of file
