mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-07 17:35:22 +08:00
Rename the 'device' directory back to 'drivers', it's less confusing that way.
Move the fmuv2 board driver out into the new world.
This commit is contained in:
@@ -10,7 +10,7 @@ ROMFS_ROOT = $(PX4_BASE)/ROMFS/px4fmu_common
|
||||
#
|
||||
# Board support modules
|
||||
#
|
||||
MODULES += device/px4fmu
|
||||
MODULES += drivers/px4fmu
|
||||
|
||||
#
|
||||
# Transitional support - add commands from the NuttX export archive.
|
||||
|
||||
@@ -10,9 +10,10 @@ ROMFS_ROOT = $(PX4_BASE)/ROMFS/px4fmu_common
|
||||
#
|
||||
# Board support modules
|
||||
#
|
||||
MODULES += device/lsm303d
|
||||
MODULES += device/px4fmu
|
||||
MODULES += device/rgbled
|
||||
MODULES += drivers/boards/px4fmuv2
|
||||
MODULES += drivers/lsm303d
|
||||
MODULES += drivers/px4fmu
|
||||
MODULES += drivers/rgbled
|
||||
|
||||
#
|
||||
# Transitional support - add commands from the NuttX export archive.
|
||||
|
||||
Reference in New Issue
Block a user