Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
neithanmo committed Nov 14, 2024
1 parent 55f1713 commit 3f304b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/src/addr.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@
#ifdef __cplusplus
extern "C" {
#endif
#include <stdint.h>
#include "zxerror.h"

/// Return the number of items in the address view
zxerr_t addr_getNumItems(uint8_t *num_items);
Expand Down

0 comments on commit 3f304b5

Please sign in to comment.