Skip to content

Commit 4f09da7

Browse files
pkarashchenkoraiden00pl
authored andcommitted
system/uniqueid: remove FAR from int variables
Signed-off-by: Petro Karashchenko <[email protected]>
1 parent 1dabdfa commit 4f09da7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

system/uniqueid/uniqueid_main.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ static int parse_positions(FAR char *arg, FAR uint8_t *positions,
5656
FAR char *range_save;
5757
FAR char *range_item;
5858
FAR char *endptr;
59-
FAR int pos;
60-
FAR int pos2;
59+
int pos;
60+
int pos2;
6161

6262
#define APPEND_POSITION(pos) \
6363
do \

0 commit comments

Comments
 (0)