Removed duplicated function signature of ui_idle

This commit is contained in:
Alexandre Paillier
2022-09-09 17:21:35 +02:00
parent f46ed72c60
commit eec44e994a
11 changed files with 11 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
#include "shared_context.h"
#include "ui_callbacks.h"
#include "common_ui.h"
void display_settings(const ux_flow_step_t* const start_step);
void switch_settings_blind_signing(void);
@@ -184,4 +184,4 @@ UX_STEP_CB(
#endif
// clang-format on
UX_FLOW(ux_warning_contract_data_flow, &ux_warning_contract_data_step);
UX_FLOW(ux_warning_contract_data_flow, &ux_warning_contract_data_step);