Skip to content

Commit

Permalink
Remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
neithanmo committed Nov 27, 2024
1 parent c6cef87 commit e7fd015
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/src/ui_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ parser_error_t printAddress(uint8_t *address, uint16_t address_len, char *out, u
parser_error_t printShortAddress(uint8_t *address, uint16_t address_len, char *out, uint16_t out_len) {
// First get the full address encoded
char full_address[ENCODED_ADDR_BUFFER_SIZE] = {0};
// parser_error_t printAddress(uint8_t *address, uint16_t address_len, char *out, uint16_t out_len) {
parser_error_t err = printAddress(address, address_len, full_address, (uint16_t)sizeof(full_address));
if (err != parser_ok) {
return err;
Expand Down

0 comments on commit e7fd015

Please sign in to comment.