Skip to content

Commit

Permalink
fixing mixed up comments in lib_iso15765.h
Browse files Browse the repository at this point in the history
  • Loading branch information
devcoons authored Jan 17, 2024
1 parent 460db1f commit 91366a5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib_iso15765.h
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,9 @@ typedef enum
{
N_ADM_UNKN = 0x00, /* Not defined */
N_ADM_NORMAL = 0x14, /* Normal Mode */
N_ADM_FIXED = 0x28, /* Extended Mode */
N_ADM_FIXED = 0x28, /* Fixed Mode */
N_ADM_MIXED11 = 0x35, /* Mixed 11bits ID Mode */
N_ADM_EXTENDED = 0x45, /* Fixed Mode */
N_ADM_EXTENDED = 0x45, /* Extended Mode */
N_ADM_MIXED29 = 0x59 /* Mixed 29bits ID Mode */
}addr_md;

Expand Down

0 comments on commit 91366a5

Please sign in to comment.