Skip to content

Commit

Permalink
Remove api level speculos parameter in runners.
Browse files Browse the repository at this point in the history
  • Loading branch information
agrojean-ledger committed Nov 24, 2023
1 parent 2095ae2 commit 3b5ccfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
runner = "speculos -m nanos --display=headless"

[target.nanox]
runner = "speculos -m nanox -a 5 --display=headless"
runner = "speculos -m nanox --display=headless"

[target.nanosplus]
runner = "speculos -m nanosp -a 1 --display=headless"
runner = "speculos -m nanosp --display=headless"

[unstable]
build-std = ["core"]
Expand Down

0 comments on commit 3b5ccfc

Please sign in to comment.