From a1f0f88b33c9ec4f0803690c73a15b0b8b9dbc6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Fri, 28 Sep 2018 09:58:46 +0200 Subject: [PATCH] posix_ocpoc_cross.cmake: fix ulanding module module list is now the same as posix_ocpoc_ubuntu.cmake --- cmake/configs/posix_ocpoc_cross.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/configs/posix_ocpoc_cross.cmake b/cmake/configs/posix_ocpoc_cross.cmake index 7471e4f920..0e368554b7 100644 --- a/cmake/configs/posix_ocpoc_cross.cmake +++ b/cmake/configs/posix_ocpoc_cross.cmake @@ -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 )