Initial release.
Dependencies: X_NUCLEO_COMMON ST_INTERFACES
Dependents: X_NUCLEO_53L1A1_mbed X_NUCLEO_53L1A1_mbed VL53L1X_Ranging_With_Standalone_Satellite_MbedOS X_NUCLEO_53L1A1
Diff: VL53L0X_types.h
- 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
* @{