mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-30 12:30:27 +08:00
Rename and move src/drivers/adc to src/drivers/adc/board_adc
This commit is contained in:
@@ -17,7 +17,7 @@ px4_add_board(
|
||||
TEL3:/dev/ttyS0
|
||||
TEL4:/dev/ttyS6
|
||||
DRIVERS
|
||||
adc
|
||||
adc/board_adc
|
||||
barometer # all available barometer drivers
|
||||
batt_smbus
|
||||
camera_capture
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
|
||||
rgbled start -I
|
||||
|
||||
adc start
|
||||
board_adc start
|
||||
|
||||
# Internal SPI bus ICM-20602 or ICM-20608-G
|
||||
if ! icm20602 -s -R 8 start
|
||||
|
||||
@@ -17,7 +17,7 @@ px4_add_board(
|
||||
TEL3:/dev/ttyS0
|
||||
TEL4:/dev/ttyS6
|
||||
DRIVERS
|
||||
adc
|
||||
adc/board_adc
|
||||
barometer # all available barometer drivers
|
||||
batt_smbus
|
||||
camera_capture
|
||||
|
||||
Reference in New Issue
Block a user