Skip to content

Commit

Permalink
fix: fixed osdp_abort command id
Browse files Browse the repository at this point in the history
Refs. None

* commit '14c2f33eb479d32ab6f0ca098f4ec98d4f49defb':
  alligned osdp_abort command id to v2.2
  • Loading branch information
adakus committed Feb 23, 2023
2 parents 11c7445 + 14c2f33 commit 2dcab5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subsys/mgmt/osdp/src/osdp_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -80,11 +80,11 @@
#define CMD_CHLNG 0x76
#define CMD_SCRYPT 0x77
#define CMD_CONT 0x79
#define CMD_ABORT 0x7A
#define CMD_ACURXSIZE 0x7B
#define CMD_MFG 0x80
#define CMD_SCDONE 0xA0
#define CMD_XWR 0xA1
#define CMD_ABORT 0xA2

/**
* @brief OSDP reserved responses
Expand Down

0 comments on commit 2dcab5b

Please sign in to comment.