1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

sys/arduino: Fix arduino_pwm Kconfig

This commit is contained in:
MrKevinWeiss 2021-09-17 10:03:57 +02:00
parent f49ca5855e
commit 8140037e04
No known key found for this signature in database
GPG Key ID: 3514539D7808D123

View File

@ -29,6 +29,7 @@ menuconfig MODULE_ARDUINO
config MODULE_ARDUINO_PWM
bool "PWM support for Arduino"
depends on HAS_PERIPH_PWM
depends on HAS_ARDUINO_PWM
depends on MODULE_ARDUINO
depends on TEST_KCONFIG
select MODULE_PERIPH_PWM