Suppressed conflicting destructor function.
Dependencies: X_NUCLEO_COMMON ST_INTERFACES
Dependents: D7A_1x_TRAINING D7_MLX_AND_BAT D7A_1x_demo_sensors_v3
Fork of X_NUCLEO_IKS01A1 by
Diff: x_nucleo_iks01a1_targets.h
- Revision:
- 9:b989c9bc2f3e
- Parent:
- 4:566f2c41dc1d
- Child:
- 52:54553fd15b50
--- a/x_nucleo_iks01a1_targets.h Wed Apr 15 15:56:11 2015 +0200 +++ b/x_nucleo_iks01a1_targets.h Mon Apr 20 11:42:38 2015 +0200 @@ -41,14 +41,9 @@ #ifndef _X_NUCLEO_IKS01A1_TARGETS_H_ #define _X_NUCLEO_IKS01A1_TARGETS_H_ -#if defined(TARGET_STM) // STM Nucleo Boards (use ST Morpho headers) - /*** I2C ***/ +/* Use Arduino I2C Connectors */ #define IKS01A1_PIN_I2C_SCL (D15) #define IKS01A1_PIN_I2C_SDA (D14) -#else // !defined(TARGET_STM) -#error "Platform not supported!" -#endif // !defined(TARGET_STM) - #endif // _X_NUCLEO_IKS01A1_TARGETS_H_