From 1686e7033d9c189cd96637ba295cf928346a4aa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20P=C3=A9ron?= Date: Wed, 19 Dec 2018 17:02:01 +0100 Subject: [PATCH] remove unused label --- src_genericwallet/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src_genericwallet/main.c b/src_genericwallet/main.c index 8639765..15dea8b 100644 --- a/src_genericwallet/main.c +++ b/src_genericwallet/main.c @@ -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