examples/foc: raise error if both sensorless and sensored modes enabled
This commit is contained in:
parent
8a04e2b282
commit
87dcf877e7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user