Library I2C pins modification to fit nucleo 32 pins modules

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Dependents:   STM32_MagneticLight

Fork of X_NUCLEO_IKS01A1 by ST

Revision:
44:d757094f6229
Parent:
43:2544d064d528
Child:
46:badcff0675e8
--- a/Components/hts221/hts221_class.h	Mon Jun 08 13:57:32 2015 +0200
+++ b/Components/hts221/hts221_class.h	Mon Jun 08 15:36:36 2015 +0200
@@ -58,6 +58,10 @@
 		T0_out = T1_out = H0_T0_out = H1_T0_out = 0;
 	}
 	
+	/** Destructor
+	 */
+        virtual ~HTS221() {}
+	
 	/*** Interface Methods ***/
 	virtual int Init(void *init_struct) {
 		return HTS221_Init((HUM_TEMP_InitTypeDef*)init_struct);