Skip to content

Commit

Permalink
Merge pull request #61 from blooo-io/test/LDG-630-stabilize-test-stax…
Browse files Browse the repository at this point in the history
…-flex
  • Loading branch information
n4l5u0r authored Dec 13, 2024
2 parents 04a4852 + 0a26a21 commit 793d4e6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
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"]
devices = ["nanos+", "nanox", "flex", "stax"]

[tests]
pytest_directory = "./tests/"
6 changes: 3 additions & 3 deletions src/common/ui/display_nbgl.c
Original file line number Diff line number Diff line change
Expand Up @@ -578,8 +578,9 @@ void uiSignCredentialDeploymentVerificationKeyFlowDisplay(volatile unsigned int
}

void startEncryptedTransferDisplay(bool displayMemo) {
displayMemo = false;
// TODO: Implement this
if (displayMemo) {
return;
}
}

void uiSignPublicInformationForIpCompleteDisplay(void) {
Expand Down Expand Up @@ -779,7 +780,6 @@ void startTransferDisplay(bool displayMemo, volatile unsigned int *flags) {
review_choice_sign);

*flags |= IO_ASYNCH_REPLY;
displayMemo = false;
}

void uiSignTransferToEncryptedDisplay(volatile unsigned int *flags) {
Expand Down

0 comments on commit 793d4e6

Please sign in to comment.