Skip to content

Commit

Permalink
Merge pull request #63 from blooo-io/fix/clean-up-code
Browse files Browse the repository at this point in the history
fix: Update sign.h
  • Loading branch information
n4l5u0r authored Dec 16, 2024
2 parents 78c7439 + 3f6ba76 commit cda06e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/sign.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit cda06e7

Please sign in to comment.