VL53L0X World smallest Time-of-Flight (ToF) ranging sensor

Dependencies:   X_NUCLEO_COMMON ST_INTERFACES

Dependents:   HelloWorld_ST_Sensors mbed-os-mqtt-client Multi_VL53L0X DISCO-IOT01_HomeEnv ... more

Fork of VL53L0X by Nicola Capovilla

Revision:
2:d07edeaff6f1
Parent:
0:a1a69d32f310
--- a/VL53L0X_types.h	Wed Oct 04 13:21:38 2017 +0000
+++ b/VL53L0X_types.h	Fri Oct 13 15:31:04 2017 +0000
@@ -53,13 +53,13 @@
 
 #if ! defined(STDINT_H) &&  !defined(_GCC_STDINT_H) &&!defined(__STDINT_DECLS) && !defined(_GCC_WRAP_STDINT_H)
 
- #pragma message("Please review  type definition of STDINT define for your platform and add to list above ")
+#pragma message("Please review  type definition of STDINT define for your platform and add to list above ")
 
- /*
-  *  target platform do not provide stdint or use a different #define than above
-  *  to avoid seeing the message below addapt the #define list above or implement
-  *  all type and delete these pragma
-  */
+/*
+ *  target platform do not provide stdint or use a different #define than above
+ *  to avoid seeing the message below addapt the #define list above or implement
+ *  all type and delete these pragma
+ */
 
 /** \ingroup VL53L0X_portingType_group
  * @{