Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
abenso committed Nov 26, 2024
1 parent 78d8a64 commit d55367b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/apdu_handler.c
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ __Z_INLINE void handleGetAddr(volatile uint32_t *flags, volatile uint32_t *tx, u
}

__Z_INLINE void handleSign(volatile uint32_t *flags, volatile uint32_t *tx, uint32_t rx) {
zemu_log("handleSign\n");
zemu_log("handleSign \n");
if (!process_chunk(tx, rx)) {
THROW(APDU_CODE_OK);
}
Expand Down

0 comments on commit d55367b

Please sign in to comment.