From eed42a12ed6a59174b43778e55cafe4f25026129 Mon Sep 17 00:00:00 2001 From: raiden00pl Date: Wed, 18 Oct 2023 14:58:00 +0200 Subject: [PATCH] libds: add missing observer_b16.c to cmake build --- libs/libdsp/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/libs/libdsp/CMakeLists.txt b/libs/libdsp/CMakeLists.txt index a1f21c0e08..ed6c135a40 100644 --- a/libs/libdsp/CMakeLists.txt +++ b/libs/libdsp/CMakeLists.txt @@ -24,6 +24,7 @@ if(CONFIG_LIBDSP) lib_svm.c lib_transform.c lib_observer.c + lib_observer_b16.c lib_foc.c lib_misc.c lib_motor.c