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: FileManager GPSGms6 SDFileSystem mbed
Fork of 2545_SD_Card by
Diff: FileManager.cpp
- Revision:
- 5:07aaa6e3784c
- Parent:
- 4:aa7ac2ac6913
- Child:
- 6:a05ec997c496
--- a/FileManager.cpp Mon May 09 08:59:23 2016 +0000
+++ b/FileManager.cpp Mon May 09 09:02:56 2016 +0000
@@ -177,7 +177,11 @@
return m_varList;
}
}
-int getVarListAmount(){
+int getAmountVarList(){
return m_amountVarList;
-}
+}
+Variable_Data_TypeDef * getVarList(){
+ return m_varList;
+}
+
