From b0942e996b92d7f73848c4e451c681b618f0505b Mon Sep 17 00:00:00 2001 From: davidaroyer Date: Mon, 30 Oct 2017 11:18:19 -0500 Subject: [PATCH] cmake: use linux_sbus for ocpoc target --- cmake/configs/posix_ocpoc_cross.cmake | 2 +- cmake/configs/posix_ocpoc_ubuntu.cmake | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cmake/configs/posix_ocpoc_cross.cmake b/cmake/configs/posix_ocpoc_cross.cmake index 9a4092a2fe..b07d2b5e91 100644 --- a/cmake/configs/posix_ocpoc_cross.cmake +++ b/cmake/configs/posix_ocpoc_cross.cmake @@ -73,7 +73,7 @@ set(config_module_list # drivers/gps drivers/ocpoc_adc - drivers/ocpoc_sbus_rc_in + drivers/linux_sbus drivers/linux_pwm_out drivers/rgbled drivers/ulanding diff --git a/cmake/configs/posix_ocpoc_ubuntu.cmake b/cmake/configs/posix_ocpoc_ubuntu.cmake index 8256b145b3..a3da5e3b87 100644 --- a/cmake/configs/posix_ocpoc_ubuntu.cmake +++ b/cmake/configs/posix_ocpoc_ubuntu.cmake @@ -72,7 +72,7 @@ set(config_module_list # drivers/gps drivers/ocpoc_adc - drivers/ocpoc_sbus_rc_in + drivers/linux_sbus drivers/linux_pwm_out drivers/rgbled drivers/ulanding