mirror of
https://gitee.com/xiaohuolufeihua/bizhang_-obav.git
synced 2026-05-22 01:12:31 +00:00
Rename and move src/drivers/adc to src/drivers/adc/board_adc
This commit is contained in:
@@ -19,7 +19,7 @@ px4_add_board(
|
||||
# CONSOLE:/dev/ttyS4
|
||||
GPS2:/dev/ttyS5
|
||||
DRIVERS
|
||||
adc
|
||||
adc/board_adc
|
||||
barometer # all available barometer drivers
|
||||
batt_smbus
|
||||
camera_capture
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# Board specific sensors init
|
||||
#------------------------------------------------------------------------------
|
||||
adc start
|
||||
board_adc start
|
||||
|
||||
# SPI1
|
||||
ms5611 -s -b 1 start
|
||||
|
||||
@@ -18,7 +18,7 @@ px4_add_board(
|
||||
# CONSOLE:/dev/ttyS4
|
||||
GPS2:/dev/ttyS5
|
||||
DRIVERS
|
||||
adc
|
||||
adc/board_adc
|
||||
barometer # all available barometer drivers
|
||||
batt_smbus
|
||||
camera_capture
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
#
|
||||
# Board specific sensors init
|
||||
#------------------------------------------------------------------------------
|
||||
adc start
|
||||
board_adc start
|
||||
|
||||
# SPI1
|
||||
ms5611 -s -b 1 start
|
||||
|
||||
Reference in New Issue
Block a user