examples/foc: raise error if both sensorless and sensored modes enabled

This commit is contained in:
raiden00pl 2023-11-08 15:04:54 +01:00 committed by Xiang Xiao
parent 8a04e2b282
commit 87dcf877e7

View File

@ -33,6 +33,11 @@
* Pre-processor Definitions
****************************************************************************/
#if defined(CONFIG_EXAMPLES_FOC_SENSORLESS) && \
defined(CONFIG_EXAMPLES_FOC_SENSORED)
# error Simultaneous support for sensorless and sensored mode not supported
#endif
/* For now only sensorless velocity control supported */
#ifdef CONFIG_EXAMPLES_FOC_SENSORLESS