mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-03 11:43:36 +00:00
samples: blinky_pwm: enable pwm_leds in rpi_pico overlay
Twister skips the blinky_pwm sample for the rpi_pico board because the pwm-leds compatible is disabled. Enable /pwm_leds node so that twister build the sample for the rpi_pico board. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
parent
da3e49d34e
commit
7277cae6fa
|
@ -1,3 +1,7 @@
|
|||
&{/pwm_leds} {
|
||||
status = "okay";
|
||||
};
|
||||
|
||||
&pwm_led0 {
|
||||
status = "okay";
|
||||
};
|
||||
|
|
Loading…
Reference in New Issue
Block a user