ardupilot/libraries/AP_InertialSensor/examples/VibTest
Lucas De Marchi 91c4bf470f AP_InertialSensor: add O_CLOEXEC in places missing it
By opening with O_CLOEXEC we make sure we don't leak the file descriptor
when we are exec'ing or calling out subprograms. Right now we currently
don't do it so there's no harm, but it's good practice in Linux to have
it.
2016-11-07 12:37:30 -03:00
..
VibTest.cpp AP_InertialSensor: add O_CLOEXEC in places missing it 2016-11-07 12:37:30 -03:00
wscript AP_InertialSensor: waf: skip VibTest example 2016-03-14 11:54:31 -03:00