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 X_NUCLEO_IKS01A1 by
Diff: Components/lsm6ds0/lsm6ds0_class.cpp
- Revision:
- 57:04563dd74269
- Parent:
- 24:92cc9c6e4b2b
--- a/Components/lsm6ds0/lsm6ds0_class.cpp	Wed Jun 10 18:03:42 2015 +0200
+++ b/Components/lsm6ds0/lsm6ds0_class.cpp	Mon Jun 15 10:28:49 2015 +0200
@@ -36,16 +36,15 @@
 */
 
 /* Includes ------------------------------------------------------------------*/
-#include "mbed.h"
 #include "lsm6ds0_class.h"
 #include "lsm6ds0.h"
-#include "../../x_nucleo_iks01a1_targets.h"
 
 /* Methods -------------------------------------------------------------------*/
 /* betzw - based on:
            X-CUBE-MEMS1/trunk/Drivers/BSP/Components/lsm6ds0/lsm6ds0.c: revision #400,
-           X-CUBE-MEMS1/trunk: revision #402
+           X-CUBE-MEMS1/trunk: revision #416
 */
+
 /**
  * @brief  Set LSM6DS0 Initialization
  * @param  LSM6DS0_Init the configuration setting for the LSM6DS0
    