Skip to content

Commit 11f9cdc

Browse files
committed
Manually remove support for W boards from blink_simple example
This will be fixed if raspberrypi/pico-examples#598 is merged Fixes #152
1 parent 689ae35 commit 11f9cdc

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

data/0.17.0/examples.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,7 @@
238238
"libNames": [],
239239
"boards": [
240240
"pico",
241-
"pico_w",
242-
"pico2",
243-
"pico2_w"
241+
"pico2"
244242
],
245243
"supportRiscV": true
246244
},
@@ -1487,4 +1485,4 @@
14871485
],
14881486
"supportRiscV": true
14891487
}
1490-
}
1488+
}

0 commit comments

Comments
 (0)