ardupilot/libraries/AP_Airspeed
Lucas De Marchi cc4504e613 AP_Airspeed: fix coding style
- replace tabs with spaces
  - remove C-style void from function arguments
  - use pragma once
  - fix pointer alignement
  - remove unused header: AP_Airspeed_I2C_PX4 - we actually use
    AP_Airspeed_PX4
2016-02-16 19:49:09 -02:00
..
examples/Airspeed AP_Airspeed: fix coding style 2016-02-16 19:49:09 -02:00
models AP_Airspeed: fixup line endings 2014-04-15 15:56:26 +09:00
AP_Airspeed.cpp AP_Airspeed: fix coding style 2016-02-16 19:49:09 -02:00
AP_Airspeed.h AP_Airspeed: fix coding style 2016-02-16 19:49:09 -02:00
AP_Airspeed_Backend.h AP_Airspeed: fix coding style 2016-02-16 19:49:09 -02:00
AP_Airspeed_I2C.cpp AP_Airspeed: fix coding style 2016-02-16 19:49:09 -02:00
AP_Airspeed_I2C.h AP_Airspeed: fix coding style 2016-02-16 19:49:09 -02:00
AP_Airspeed_PX4.cpp AP_Airspeed: fix coding style 2016-02-16 19:49:09 -02:00
AP_Airspeed_PX4.h AP_Airspeed: fix coding style 2016-02-16 19:49:09 -02:00
AP_Airspeed_analog.cpp AP_Airspeed: fix coding style 2016-02-16 19:49:09 -02:00
AP_Airspeed_analog.h AP_Airspeed: fix coding style 2016-02-16 19:49:09 -02:00
Airspeed_Calibration.cpp AP_Airspeed: fix coding style 2016-02-16 19:49:09 -02:00