INSAT Mini Project
Dependencies: ST_INTERFACES X_NUCLEO_COMMON
Fork of X_NUCLEO_6180XA1 by
Diff: Components/VL6180X/vl6180x_class.h
- Revision:
- 20:dd8390d615bf
- Parent:
- 18:c98aa73dc4a5
- Child:
- 21:5fb360508b6e
--- a/Components/VL6180X/vl6180x_class.h Wed Oct 28 09:28:52 2015 +0000 +++ b/Components/VL6180X/vl6180x_class.h Wed Oct 28 13:07:59 2015 +0000 @@ -534,7 +534,7 @@ status=ReadID(); if(status) - printf("Failed to read ID device! Device not present!\n\r"); //FIXME da sistemare la funzione di stampa errore ErrLog da platform.h + printf("Failed to read ID device. Device not present!\n\r"); return status; } int StopRangeMeasurement(OperatingMode operating_mode);