ardupilot/libraries/AP_InertialSensor/examples
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
..
INS_generic Global: remove mode line from headers 2016-10-24 09:42:01 -02:00
VibTest AP_InertialSensor: add O_CLOEXEC in places missing it 2016-11-07 12:37:30 -03:00
coning.py AP_InertialSensor: add coning.py example 2015-03-12 12:50:27 +11:00