mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
examples/foc: remove align configuration checks
these are already done when you configure the align routine
This commit is contained in:
parent
fd0da7d4df
commit
c8a4abfcb2
1 changed files with 0 additions and 11 deletions
|
|
@ -132,17 +132,6 @@
|
|||
# define FOC_MODEL_INDQ (0.0002f)
|
||||
#endif
|
||||
|
||||
/* Motor alignment configuration */
|
||||
|
||||
#ifdef CONFIG_EXAMPLES_FOC_HAVE_ALIGN
|
||||
# if CONFIG_EXAMPLES_FOC_ALIGN_VOLT == 0
|
||||
# error
|
||||
# endif
|
||||
# if CONFIG_EXAMPLES_FOC_ALIGN_SEC == 0
|
||||
# error
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Qenco configuration */
|
||||
|
||||
#ifdef CONFIG_EXAMPLES_FOC_HAVE_QENCO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue