commentata la ridefinizione di tipo bool_t in i2c

Dependencies:   ST_INTERFACES X_NUCLEO_COMMON

Dependents:   BSP_B-L475E-IOT01

Fork of VL53L0X by ST

Files at this revision

API Documentation at this revision

Comitter:
fabio_gatti
Date:
Tue Aug 07 10:42:54 2018 +0000
Parent:
4:d25c4fa216af
Commit message:
commento alla redefinizione di tipo bool_t

Changed in this revision

VL53L0X_i2c_platform.h Show annotated file Show diff for this revision Revisions of this file
diff -r d25c4fa216af -r b9e37102d4b8 VL53L0X_i2c_platform.h
--- a/VL53L0X_i2c_platform.h	Mon Dec 18 08:27:21 2017 +0000
+++ b/VL53L0X_i2c_platform.h	Tue Aug 07 10:42:54 2018 +0000
@@ -48,7 +48,7 @@
  */
 
 #ifndef bool_t
-typedef unsigned char bool_t;
+//typedef unsigned char bool_t;
 #endif