Updates to follow mbed SDK coding style guidelines.

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Dependents:   53L0A1_Satellites_with_Interrupts_OS5 Display_53L0A1_OS5

Fork of X_NUCLEO_53L0A1 by ST

Revision:
2:58b5e9097aa3
Parent:
1:01b8004bc0a7
Child:
5:c82a48da3c9e
--- a/x_nucleo_53l0a1.h	Mon Nov 28 14:52:49 2016 +0000
+++ b/x_nucleo_53l0a1.h	Thu Dec 01 14:17:46 2016 +0000
@@ -60,7 +60,7 @@
  */
 class X_NUCLEO_53L0A1
 {
- public:
+protected:
      /** Constructor 1
      * @param[in] &i2c device I2C to be used for communication
      */
@@ -155,6 +155,8 @@
        _instance=NULL;
     }
 
+public:
+
 	/**
 	 * @brief       Creates a singleton object instance
      * @param[in]   &i2c device I2C to be used for communication