mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #17173 from kaspar030/native_guard_motor_driver
boards: native: guard motor driver simulation code
This commit is contained in:
commit
eb8513f375
@ -127,6 +127,7 @@ extern mtd_dev_t *mtd0;
|
|||||||
/** @} */
|
/** @} */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if MODULE_PERIPH_QDEC
|
||||||
/**
|
/**
|
||||||
* @brief Simulate QDEC on motor_set() calls
|
* @brief Simulate QDEC on motor_set() calls
|
||||||
*
|
*
|
||||||
@ -182,6 +183,7 @@ static const motor_driver_config_t motor_driver_config[] = {
|
|||||||
|
|
||||||
#define MOTOR_DRIVER_NUMOF ARRAY_SIZE(motor_driver_config)
|
#define MOTOR_DRIVER_NUMOF ARRAY_SIZE(motor_driver_config)
|
||||||
/** @} */
|
/** @} */
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @name ztimer configuration
|
* @name ztimer configuration
|
||||||
|
Loading…
Reference in New Issue
Block a user