posix_ocpoc_cross.cmake: fix ulanding module

module list is now the same as posix_ocpoc_ubuntu.cmake
This commit is contained in:
Beat Küng 2018-09-28 09:58:46 +02:00
parent 079a43238f
commit a1f0f88b33
1 changed files with 1 additions and 1 deletions

View File

@ -18,6 +18,7 @@ set(config_module_list
#
# Board support modules
#
drivers/distance_sensor
modules/sensors
platforms/posix/drivers/df_mpu9250_wrapper
platforms/posix/drivers/df_ms5611_wrapper
@ -70,7 +71,6 @@ set(config_module_list
drivers/linux_sbus
drivers/linux_pwm_out
drivers/rgbled
drivers/ulanding
examples/px4_simple_app
)