From 3f6ba76237ad0e6a802467bbe2424f9ceb04b06e Mon Sep 17 00:00:00 2001 From: n4l5u0r <59141606+n4l5u0r@users.noreply.github.com> Date: Mon, 16 Dec 2024 16:32:26 +0100 Subject: [PATCH] fix: Update sign.h --- src/common/sign.h | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/sign.h b/src/common/sign.h index cde7eab..787ee8f 100644 --- a/src/common/sign.h +++ b/src/common/sign.h @@ -21,7 +21,6 @@ void readCborInitial(uint8_t *cdata, uint8_t dataLength); * Read part of a CBOR encoded dataBlob. Should only be used after readCborInitial. */ void readCborContent(uint8_t *cdata, uint8_t dataLength); -// extern const ux_flow_step_t *const ux_display_memo[]; void handleCborStep(void);