From c2d9797cdb9994f46a7b379b1cf01190d22fc4cf Mon Sep 17 00:00:00 2001 From: Jukka Laitinen Date: Mon, 25 Jan 2021 10:37:07 +0200 Subject: [PATCH] Don't link sensors module to drivers__device sensors module only works on uORB, it is not a kernel side module linking directly to the drivers. Signed-off-by: Jukka Laitinen --- src/modules/sensors/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/modules/sensors/CMakeLists.txt b/src/modules/sensors/CMakeLists.txt index 324bf88685..de275e8a8d 100644 --- a/src/modules/sensors/CMakeLists.txt +++ b/src/modules/sensors/CMakeLists.txt @@ -51,7 +51,6 @@ px4_add_module( airspeed conversion data_validator - drivers__device mathlib sensor_calibration vehicle_acceleration