Skip to content

Commit

Permalink
chore(printf): remove unused flag
Browse files Browse the repository at this point in the history
Credit goes to @phillipjohnston
  • Loading branch information
mpaland committed Sep 30, 2018
1 parent f40db9a commit c669417
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion printf.c
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@
#define FLAGS_LONG (1U << 8U)
#define FLAGS_LONG_LONG (1U << 9U)
#define FLAGS_PRECISION (1U << 10U)
#define FLAGS_WIDTH (1U << 11U)


// output function type
Expand Down

0 comments on commit c669417

Please sign in to comment.