Paparazzi UAS  v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
Basic type definition

file vl53l1_types.h files hold basic type definition that may requires porting

file vl53l1_types.h files hold basic type definition that may requires porting

contains type that must be defined for the platform
when target platform and compiler provide stdint.h and stddef.h it is enough to include it.
If stdint.h is not available review and adapt all signed and unsigned 8/16/32 bits basic types.
If stddef.h is not available review and adapt NULL definition .