sample: basic: blinky_pwm: Exclude rpi_pico w variant
Adds an exclusion because this board does not have an LED defined and will try to use the base board overlay file, resulting in failure Signed-off-by: Jamie McCrae <jamie.mccrae@nordicsemi.no>
This commit is contained in:
parent
7a788b9a18
commit
c47c37d3db
|
@ -8,3 +8,4 @@ tests:
|
|||
- pwm
|
||||
depends_on: pwm
|
||||
harness: led
|
||||
platform_exclude: rpi_pico/rp2040/w
|
||||
|
|
Loading…
Reference in New Issue