Changed default pin defines to match those available on MTS boards

Dependencies:   HTS221 LPS22HB LSM303AGR LSM6DSL

Dependents:   mDot-IKS01A2

Fork of X_NUCLEO_IKS01A2 by ST

Revision:
14:50e12c9ee8ef
Parent:
1:bd2a01e81e6f
diff -r 138a7a28bd21 -r 50e12c9ee8ef x_nucleo_iks01a2_targets.h
--- a/x_nucleo_iks01a2_targets.h	Wed Sep 27 15:47:14 2017 +0000
+++ b/x_nucleo_iks01a2_targets.h	Fri Jan 26 17:39:10 2018 +0000
@@ -47,8 +47,8 @@
 #define IKS01A2_PIN_I2C_SCL         (D15)
 
 /* LSM6DSL INT1 */
-#define IKS01A2_PIN_LSM6DSL_INT1     (D4)
+#define IKS01A2_PIN_LSM6DSL_INT1     (PB_0)
 /* LSM6DSL INT2 */
-#define IKS01A2_PIN_LSM6DSL_INT2     (D5)
+#define IKS01A2_PIN_LSM6DSL_INT2     (PB_2)
 
 #endif // _X_NUCLEO_IKS01A2_TARGETS_H_