Skip to content

Commit

Permalink
Remove nanos from toml
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquefynn committed Nov 5, 2024
1 parent 091ab95 commit 6cd1648
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ledger_app.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[app]
build_directory = "./"
sdk = "C"
devices = ["nanos", "nanox", "nanos+", "stax"]
devices = ["nanox", "nanos+", "stax"]

[tests]
pytest_directory = "./tests/"
Expand Down

0 comments on commit 6cd1648

Please sign in to comment.