Skip to content

Commit

Permalink
remove unsupported asom platform from workbench manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
busticated committed Apr 8, 2022
1 parent d943cf4 commit 7700150
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .workbench/manifest.json
Expand Up @@ -2,7 +2,7 @@
"version": "1.0.0",
"toolchains": [
{
"platforms": [6, 8, 10, 12, 13, 22, 23, 25, 26],
"platforms": [6, 8, 10, 12, 13, 23, 25, 26],
"firmware": "deviceOS@source",
"compilers": "gcc-arm@10.2.1",
"tools": "buildtools@1.1.1",
Expand Down Expand Up @@ -36,11 +36,6 @@
"name": "boron",
"generation": 3
},
{
"id": 22,
"name": "asom",
"generation": 3
},
{
"id": 23,
"name": "bsom",
Expand Down

0 comments on commit 7700150

Please sign in to comment.