Made the hacky 712 generic step redraw a function

This commit is contained in:
Alexandre Paillier
2022-06-16 17:52:08 +02:00
parent 07aca18ab1
commit 56e0875979
2 changed files with 12 additions and 7 deletions

View File

@@ -32,6 +32,7 @@ void ui_712_set_value(const char *const str, uint8_t length);
#ifdef HAVE_EIP712_HALF_BLIND
void ui_712_message_hash(void);
#endif // HAVE_EIP712_HALF_BLIND
void ui_712_redraw_generic_step(void);
#endif // HAVE_EIP712_FULL_SUPPORT