Skip to content

Commit

Permalink
Merge pull request #118 from Zondax/dev
Browse files Browse the repository at this point in the history
Fix
  • Loading branch information
chcmedeiros authored Dec 13, 2023
2 parents 0a86522 + 2020bf6 commit 9bb9095
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/ui/view.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
********************************************************************************/
#pragma once

#include <stdbool.h>
#include <stdint.h>
#include "coin.h"
#include "zxerror.h"
Expand Down
1 change: 1 addition & 0 deletions app/ui/view_inspect_s.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
#include "view_templates.h"
#include "ux.h"
#include "bagl.h"
#include "zxmacros.h"

static void h_inspect_button_left();
static void h_inspect_button_right();
Expand Down
1 change: 1 addition & 0 deletions app/ui/view_inspect_x.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "view_nano_inspect.h"
#include "view_templates.h"
#include "view_nano.h"
#include "zxmacros.h"

extern const ux_flow_step_t *ux_review_flow[MAX_REVIEW_UX_SCREENS];

Expand Down
1 change: 0 additions & 1 deletion app/ui/view_internal.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
#include "coin.h"
#include "zxerror.h"
#include "view.h"
#include "zxmacros.h"

#define CUR_FLOW G_ux.flow_stack[G_ux.stack_count-1]

Expand Down
1 change: 1 addition & 0 deletions app/ui/view_nano_inspect.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
#include "view_internal.h"
#include "view_templates.h"
#include "view_nano.h"
#include "zxmacros.h"

void h_inspect_init() {
ZEMU_LOGF(50, "h_inspect_init\n")
Expand Down
2 changes: 1 addition & 1 deletion include/zxversion.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@

#define ZXLIB_MAJOR 21
#define ZXLIB_MINOR 0
#define ZXLIB_PATCH 0
#define ZXLIB_PATCH 1

0 comments on commit 9bb9095

Please sign in to comment.