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:
parent
f49ca5855e
commit
8140037e04
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user