test of fork capabilities

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

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_