mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards: native: guard motor driver simulation code
This commit is contained in:
parent
4b2ca7a702
commit
06929c1a9b
@ -127,6 +127,7 @@ extern mtd_dev_t *mtd0;
|
||||
/** @} */
|
||||
#endif
|
||||
|
||||
#if MODULE_PERIPH_QDEC
|
||||
/**
|
||||
* @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)
|
||||
/** @} */
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @name ztimer configuration
|
||||
|
Loading…
Reference in New Issue
Block a user