stm32/foc: move the warning in the right place - should be in stm32f7
This commit is contained in:
parent
27afd0e5e3
commit
aa7d4b40c1
2 changed files with 3 additions and 2 deletions
|
|
@ -601,8 +601,6 @@
|
|||
|
||||
#ifdef CONFIG_MOTOR_FOC_BEMF_SENSE
|
||||
|
||||
# warning not tested on HW
|
||||
|
||||
/* Additional checks for BEMF sensing */
|
||||
|
||||
# if defined(CONFIG_STM32_FOC_FOC0) && defined(CONFIG_STM32_FOC_FOC1)
|
||||
|
|
|
|||
|
|
@ -427,6 +427,9 @@
|
|||
#endif
|
||||
|
||||
#ifdef CONFIG_MOTOR_FOC_BEMF_SENSE
|
||||
|
||||
# warning not tested on HW
|
||||
|
||||
/* Additional checks for BEMF sensing */
|
||||
|
||||
# if defined(CONFIG_STM32_FOC_FOC0) && defined(CONFIG_STM32_FOC_FOC1)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue