Skip to content

Commit

Permalink
remove unused label
Browse files Browse the repository at this point in the history
  • Loading branch information
clementperon committed Dec 19, 2018
1 parent f30462f commit 1686e70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src_genericwallet/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -1193,7 +1193,7 @@ unsigned int io_seproxyhal_touch_tx_ok(const bagl_element_t *e) {
tx = 65;
G_io_apdu_buffer[tx++] = 0x90;
G_io_apdu_buffer[tx++] = 0x00;
send:

// Send back the response, do not restart the event loop
io_exchange(CHANNEL_APDU | IO_RETURN_AFTER_TX, tx);
// Display back the original UX
Expand Down

0 comments on commit 1686e70

Please sign in to comment.