This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nuttx.git


The following commit(s) were added to refs/heads/master by this push:
     new eed42a12ed libds: add missing observer_b16.c to cmake build
eed42a12ed is described below

commit eed42a12ed6a59174b43778e55cafe4f25026129
Author: raiden00pl <raide...@railab.me>
AuthorDate: Wed Oct 18 14:58:00 2023 +0200

    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

Reply via email to