Mustapha hamdi / Light_Sensor_Nucleo

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Fork of X_NUCLEO_6180XA1 by ST

Revision:
28:7c9031e96c22
Parent:
23:dfb5ccc7b780
Child:
33:1573db91352c
diff -r 22c6f69967d9 -r 7c9031e96c22 Components/Display/Display_class.h
--- a/Components/Display/Display_class.h	Wed Nov 04 17:17:35 2015 +0100
+++ b/Components/Display/Display_class.h	Thu Nov 05 17:20:03 2015 +0100
@@ -209,7 +209,7 @@
        *pDisplay_DGT[digit] = 0;
     }
 
-    void Digit_off (int digit)  // digits on
+    void Digit_off (int digit)  // digits off
     {
        *pDisplay_DGT[digit] = 1;
     }