INSAT Mini Project

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Fork of X_NUCLEO_6180XA1 by ST

Revision:
56:37d1736bd896
Parent:
54:17f3bb228b13
--- a/Components/VL6180X/vl6180x_class.h	Fri Mar 03 15:06:18 2017 +0000
+++ b/Components/VL6180X/vl6180x_class.h	Mon Mar 13 17:57:03 2017 +0100
@@ -218,7 +218,7 @@
 	 * @brief       Disable interrupt measure IRQ
 	 * @return      0 on Success
 	 */					          
-    void DisableInterruptMeasureDetectionIRQ(void) 
+    void disable_interrupt_measure_detection_irq(void) 
     {
        if (gpio1Int != NULL) gpio1Int->disable_irq();
     }