1
0
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:
Alexandre Abadie 2021-11-16 19:15:23 +01:00 committed by GitHub
commit eb8513f375
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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