Skip to content

Commit

Permalink
system/uniqueid: remove FAR from int variables
Browse files Browse the repository at this point in the history
Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
  • Loading branch information
pkarashchenko authored and raiden00pl committed Oct 2, 2024
1 parent 1dabdfa commit 4f09da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions system/uniqueid/uniqueid_main.c
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ static int parse_positions(FAR char *arg, FAR uint8_t *positions,
FAR char *range_save;
FAR char *range_item;
FAR char *endptr;
FAR int pos;
FAR int pos2;
int pos;
int pos2;

#define APPEND_POSITION(pos) \
do \
Expand Down

0 comments on commit 4f09da7

Please sign in to comment.