commentata la ridefinizione di tipo bool_t in i2c
Dependencies: ST_INTERFACES X_NUCLEO_COMMON
Fork of VL53L0X by
Revision 5:b9e37102d4b8, committed 2018-08-07
- 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 |
--- 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