Now you can use NC as InterruptIn

Dependencies:   X_NUCLEO_COMMON

Fork of X_NUCLEO_6180XA1 by ST

Revision:
23:dfb5ccc7b780
Parent:
22:1a6327e9a7e6
Child:
27:22c6f69967d9
--- a/x_nucleo_6180xa1.h	Wed Oct 28 14:56:22 2015 +0000
+++ b/x_nucleo_6180xa1.h	Fri Oct 30 11:35:36 2015 +0100
@@ -120,16 +120,6 @@
           delete sensor_left;
 	  sensor_left=NULL;
        }
-       if(gpio0_left!=NULL)
-       {
-          delete gpio0_left;
-          gpio0_left=NULL;
-       }
-       if(sensor_left!=NULL)
-       {
-          delete sensor_left;
-	  sensor_left=NULL;
-       }
        if(gpio0_right!=NULL)
        {
           delete gpio0_right;