xrocusOS_ADXL355 version

Dependencies:   mbed SDFileSystem

Revision:
10:db2be22bc2f9
Parent:
9:c81d0df866f5
--- a/include/DeviceDriverInterface.h	Mon May 13 02:56:39 2019 +0000
+++ b/include/DeviceDriverInterface.h	Sat May 18 03:28:31 2019 +0000
@@ -9,7 +9,7 @@
     bool (*set_config)(int id_pos, int set);
     bool (*get_config)(int id_pos, int*get);
     bool (*reset)(void);
-    bool (*exec)(Serial *pOut, FILE *pSave);
+    bool (*exec)(int deviceID, Serial *pOut, FILE *pSave);
     bool (*ready2run)(void);
     bool (*run2ready)(void);
 } DeviceDriver;