stm32/foc: move the warning in the right place - should be in stm32f7

This commit is contained in:
raiden00pl 2023-01-23 15:41:12 +01:00 committed by Xiang Xiao
parent 27afd0e5e3
commit aa7d4b40c1
2 changed files with 3 additions and 2 deletions

View File

@ -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)

View File

@ -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)