Files
PX4-Autopilot/src/drivers/distance_sensor
Julian Oes b20feacdb5 drivers: fix -Wstringop-truncation
GCC 9 complained about stringop-truncation which is a cautionary message
to prevent using strncpy with non-null terminated strings.

We can fix this by copying one byte less than the destination size and
then manually adding the null termination, as we already do.
2019-05-16 13:06:25 +02:00
..
2019-05-16 13:06:25 +02:00
2019-05-16 13:06:25 +02:00
2019-05-16 13:06:25 +02:00