Skip to content

Commit

Permalink
Minor update in comments (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
ymkim92 authored Nov 18, 2023
1 parent 1968f0a commit a345459
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions lib/src/embedded_cli.c
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@

/**
* Indicates that CLI structure and internal structures were allocated with
* malloc and should bre freed
* malloc and should be freed
*/
#define CLI_FLAG_ALLOCATED 0x04u

/**
* Indicates that CLI structure and internal structures were allocated with
* malloc and should bre freed
* Indicates that escape mode is enabled.
*/
#define CLI_FLAG_ESCAPE_MODE 0x08u

Expand Down

0 comments on commit a345459

Please sign in to comment.