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 TRP105F_Spline by
Diff: TRP105FS_SPIWrapper.cpp
- Revision:
- 16:c2b0f3ca63dd
- Parent:
- 12:db5110d9d494
- Child:
- 19:ee2558b13570
diff -r 1d643b831a03 -r c2b0f3ca63dd TRP105FS_SPIWrapper.cpp
--- a/TRP105FS_SPIWrapper.cpp Wed Jun 08 10:45:19 2016 +0000
+++ b/TRP105FS_SPIWrapper.cpp Wed Jun 08 11:32:29 2016 +0000
@@ -73,6 +73,7 @@
return nsample;
}
+#if defined(HAS_LOCAL_FILE_SYSTEM)
void
SPI_TRP105FS::savedata()
{
@@ -92,4 +93,5 @@
SPI_TRP105FS::printCalibrationiLOG()
{
trp.printOutData("ADLOG.TXT");
-}
\ No newline at end of file
+}
+#endif
\ No newline at end of file
