Skip to content

Commit

Permalink
Commented unused variable in example
Browse files Browse the repository at this point in the history
  • Loading branch information
kala13x committed Aug 18, 2023
1 parent 83baf33 commit db01aee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/example.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ int main()
char sBuffer[12];

strcpy(sBuffer, "test string");
uint16_t nLogFlags = SLOG_ERROR | SLOG_NOTAG | SLOG_NOTE;
//uint16_t nLogFlags = SLOG_ERROR | SLOG_NOTAG | SLOG_NOTE;

/* Greet users */
greet();
Expand Down

0 comments on commit db01aee

Please sign in to comment.