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/incubator-nuttx-apps.git
commit edeaacedb08b00009e7da5ee4d2776229807bb9c Author: raiden00pl <[email protected]> AuthorDate: Sun Dec 5 12:20:05 2021 +0100 examples/foc/foc_cfg.h: fix typo --- examples/foc/foc_cfg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/foc/foc_cfg.h b/examples/foc/foc_cfg.h index 47b3a5c..cf6476d 100644 --- a/examples/foc/foc_cfg.h +++ b/examples/foc/foc_cfg.h @@ -123,7 +123,7 @@ # if CONFIG_EXAMPLES_FOC_MOTOR_POLES == 0 # error # endif -# if CONFIG_EXAMPLES_FOC_MOTOR_POSMAX == 0 +# if CONFIG_EXAMPLES_FOC_QENCO_POSMAX == 0 # error # endif #endif
