Skip to content

Commit

Permalink
missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
ftheirs authored and neithanmo committed May 15, 2024
1 parent 689a204 commit 7652d84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/addr.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define ADDR_UI_MAX_SIZE 61

// Use to hold the addr_ui object, used by rust to display the address
addr_ui_obj[ADDR_UI_MAX_SIZE] = {0};
uint8_t addr_ui_obj[ADDR_UI_MAX_SIZE] = {0};



Expand Down

0 comments on commit 7652d84

Please sign in to comment.