mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-27 10:17:45 +08:00
Add missing newline at the end of files
This commit is contained in:
committed by
Daniel Agar
parent
4c0b6dbe86
commit
1c25d65a1e
@@ -38,4 +38,4 @@ px4_add_module(
|
|||||||
ads1115_main.cpp
|
ads1115_main.cpp
|
||||||
ADS1115.cpp
|
ADS1115.cpp
|
||||||
DEPENDS
|
DEPENDS
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_ADC_BOARD_ADC
|
|||||||
bool "board_adc"
|
bool "board_adc"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for board_adc
|
Enable support for board_adc
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_BAROMETER_BMP280
|
|||||||
bool "bmp280"
|
bool "bmp280"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for bmp280
|
Enable support for bmp280
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_BAROMETER_BMP388
|
|||||||
bool "bmp388"
|
bool "bmp388"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for bmp388
|
Enable support for bmp388
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_BAROMETER_DPS310
|
|||||||
bool "dps310"
|
bool "dps310"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for dps310
|
Enable support for dps310
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_BAROMETER_LPS22HB
|
|||||||
bool "lps22hb"
|
bool "lps22hb"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for lps22hb
|
Enable support for lps22hb
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_BAROMETER_LPS25H
|
|||||||
bool "lps25h"
|
bool "lps25h"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for lps25h
|
Enable support for lps25h
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_BAROMETER_LPS33HW
|
|||||||
bool "lps33hw"
|
bool "lps33hw"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for lps33hw
|
Enable support for lps33hw
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_BAROMETER_MPL3115A2
|
|||||||
bool "mpl3115a2"
|
bool "mpl3115a2"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for mpl3115a2
|
Enable support for mpl3115a2
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_BAROMETER_MS5611
|
|||||||
bool "ms5611"
|
bool "ms5611"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for ms5611
|
Enable support for ms5611
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_BAROMETER_TCBP001TA
|
|||||||
bool "tcbp001ta"
|
bool "tcbp001ta"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for tcbp001ta
|
Enable support for tcbp001ta
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_BATT_SMBUS
|
|||||||
bool "batt_smbus"
|
bool "batt_smbus"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for batt_smbus
|
Enable support for batt_smbus
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_BOOTLOADERS
|
|||||||
bool "bootloaders"
|
bool "bootloaders"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for bootloaders
|
Enable support for bootloaders
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_CAMERA_CAPTURE
|
|||||||
bool "camera_capture"
|
bool "camera_capture"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for camera_capture
|
Enable support for camera_capture
|
||||||
|
|||||||
@@ -84,4 +84,4 @@ PARAM_DEFINE_INT32(CAM_CAP_MODE, 0);
|
|||||||
* @group Camera Control
|
* @group Camera Control
|
||||||
* @reboot_required true
|
* @reboot_required true
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_INT32(CAM_CAP_EDGE, 0);
|
PARAM_DEFINE_INT32(CAM_CAP_EDGE, 0);
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_CAMERA_TRIGGER
|
|||||||
bool "camera_trigger"
|
bool "camera_trigger"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for camera_trigger
|
Enable support for camera_trigger
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_DIFFERENTIAL_PRESSURE_ETS
|
|||||||
bool "ets"
|
bool "ets"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for ets
|
Enable support for ets
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_DIFFERENTIAL_PRESSURE_SDP3X
|
|||||||
bool "sdp3x"
|
bool "sdp3x"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for sdp3x
|
Enable support for sdp3x
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_CM8JL65
|
|||||||
bool "cm8jl65"
|
bool "cm8jl65"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for cm8jl65
|
Enable support for cm8jl65
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_LEDDAR_ONE
|
|||||||
bool "leddar_one"
|
bool "leddar_one"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for leddar_one
|
Enable support for leddar_one
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_LIGHTWARE_LASER_I2C
|
|||||||
bool "lightware_laser_i2c"
|
bool "lightware_laser_i2c"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for lightware_laser_i2c
|
Enable support for lightware_laser_i2c
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_LIGHTWARE_LASER_SERIAL
|
|||||||
bool "lightware_laser_serial"
|
bool "lightware_laser_serial"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for lightware_laser_serial
|
Enable support for lightware_laser_serial
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_LL40LS
|
|||||||
bool "ll40ls"
|
bool "ll40ls"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for ll40ls
|
Enable support for ll40ls
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_LL40LS_PWM
|
|||||||
bool "ll40ls_pwm"
|
bool "ll40ls_pwm"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for ll40ls_pwm
|
Enable support for ll40ls_pwm
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_MAPPYDOT
|
|||||||
bool "mappydot"
|
bool "mappydot"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for mappydot
|
Enable support for mappydot
|
||||||
|
|||||||
@@ -294,4 +294,4 @@ PARAM_DEFINE_INT32(SENS_MPDT10_ROT, 0);
|
|||||||
* @value 6 Yaw 270°
|
* @value 6 Yaw 270°
|
||||||
* @value 7 Yaw 315°
|
* @value 7 Yaw 315°
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_INT32(SENS_MPDT11_ROT, 0);
|
PARAM_DEFINE_INT32(SENS_MPDT11_ROT, 0);
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_MB12XX
|
|||||||
bool "mb12xx"
|
bool "mb12xx"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for mb12xx
|
Enable support for mb12xx
|
||||||
|
|||||||
@@ -291,4 +291,4 @@ PARAM_DEFINE_INT32(SENS_MB12_10_ROT, 0);
|
|||||||
* @value 6 Yaw 270°
|
* @value 6 Yaw 270°
|
||||||
* @value 7 Yaw 315°
|
* @value 7 Yaw 315°
|
||||||
*/
|
*/
|
||||||
PARAM_DEFINE_INT32(SENS_MB12_11_ROT, 0);
|
PARAM_DEFINE_INT32(SENS_MB12_11_ROT, 0);
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_PGA460
|
|||||||
bool "pga460"
|
bool "pga460"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for pga460
|
Enable support for pga460
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_SRF02
|
|||||||
bool "srf02"
|
bool "srf02"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for srf02
|
Enable support for srf02
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_SRF05
|
|||||||
bool "srf05"
|
bool "srf05"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for srf05
|
Enable support for srf05
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_TERARANGER
|
|||||||
bool "teraranger"
|
bool "teraranger"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for teraranger
|
Enable support for teraranger
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_TFMINI
|
|||||||
bool "tfmini"
|
bool "tfmini"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for tfmini
|
Enable support for tfmini
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_ULANDING_RADAR
|
|||||||
bool "ulanding_radar"
|
bool "ulanding_radar"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for ulanding_radar
|
Enable support for ulanding_radar
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_VL53L0X
|
|||||||
bool "vl53l0x"
|
bool "vl53l0x"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for vl53l0x
|
Enable support for vl53l0x
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_DISTANCE_SENSOR_VL53L1X
|
|||||||
bool "vl53l1x"
|
bool "vl53l1x"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for vl53l1x
|
Enable support for vl53l1x
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_DSHOT
|
|||||||
bool "dshot"
|
bool "dshot"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for dshot
|
Enable support for dshot
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_HEATER
|
|||||||
bool "heater"
|
bool "heater"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for heater
|
Enable support for heater
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_ICM20602
|
|||||||
bool "icm20602"
|
bool "icm20602"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for icm20602
|
Enable support for icm20602
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_ICM20649
|
|||||||
bool "icm20649"
|
bool "icm20649"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for icm20649
|
Enable support for icm20649
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_ICM20689
|
|||||||
bool "icm20689"
|
bool "icm20689"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for icm20689
|
Enable support for icm20689
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_ICM20948
|
|||||||
bool "icm20948"
|
bool "icm20948"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for icm20948
|
Enable support for icm20948
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_ICM40609D
|
|||||||
bool "icm40609d"
|
bool "icm40609d"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for icm40609d
|
Enable support for icm40609d
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_ICM42605
|
|||||||
bool "icm42605"
|
bool "icm42605"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for icm42605
|
Enable support for icm42605
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_ICM42688P
|
|||||||
bool "icm42688p"
|
bool "icm42688p"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for icm42688p
|
Enable support for icm42688p
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_ICM45686
|
|||||||
bool "icm45686"
|
bool "icm45686"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for icm45686
|
Enable support for icm45686
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_MPU6000
|
|||||||
bool "mpu6000"
|
bool "mpu6000"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for mpu6000
|
Enable support for mpu6000
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_MPU6500
|
|||||||
bool "mpu6500"
|
bool "mpu6500"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for mpu6500
|
Enable support for mpu6500
|
||||||
|
|||||||
@@ -2,4 +2,4 @@ menuconfig DRIVERS_IMU_INVENSENSE_MPU9250
|
|||||||
bool "mpu9250"
|
bool "mpu9250"
|
||||||
default n
|
default n
|
||||||
---help---
|
---help---
|
||||||
Enable support for mpu9250
|
Enable support for mpu9250
|
||||||
|
|||||||
@@ -667,4 +667,4 @@ typedef enum
|
|||||||
VNPROCESSOR_IMU /**< IMU Processor. */
|
VNPROCESSOR_IMU /**< IMU Processor. */
|
||||||
} VnProcessorType;
|
} VnProcessorType;
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user