You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by pk...@apache.org on 2022/08/15 13:43:00 UTC

[incubator-nuttx-apps] branch master updated: examples/foc/Kconfig: EXAMPLES_FOC_SETPOINT_ADC depends on ADC

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

pkarashchenko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-apps.git


The following commit(s) were added to refs/heads/master by this push:
     new 13a0d539f examples/foc/Kconfig: EXAMPLES_FOC_SETPOINT_ADC depends on ADC
13a0d539f is described below

commit 13a0d539fea45074b5c006cb68e6b41fc237fe34
Author: raiden00pl <ra...@railab.me>
AuthorDate: Mon Aug 15 13:05:07 2022 +0200

    examples/foc/Kconfig: EXAMPLES_FOC_SETPOINT_ADC depends on ADC
---
 examples/foc/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/examples/foc/Kconfig b/examples/foc/Kconfig
index 21a13332d..7e604e399 100644
--- a/examples/foc/Kconfig
+++ b/examples/foc/Kconfig
@@ -225,6 +225,7 @@ config EXAMPLES_FOC_SETPOINT_CONST
 
 config EXAMPLES_FOC_SETPOINT_ADC
 	bool "Use ADC to control setpoint"
+	depends on ADC
 	select EXAMPLES_FOC_HAVE_ADC
 	select EXAMPLES_FOC_HAVE_SETPOINT_VAR