Skip to content

Commit

Permalink
Bump utils and fix some typos in osdp.h
Browse files Browse the repository at this point in the history
Signed-off-by: Siddharth Chandrasekaran <[email protected]>
  • Loading branch information
sidcha committed Jun 4, 2024
1 parent 1fd71f3 commit 2fcdd4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions include/osdp.h
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ enum osdp_status_report_type {
/**
* @brief Status report structure. Used by OSDP_CMD_STATUS and
* OSDP_EVENT_STATUS. In case of command, it is used to send a query to the PD
* while in the case of events, the PR responds back with this structure.
* while in the case of events, the PD responds back with this structure.
*
* This can is used by the PD to indicate various status change reports. Upto a
* maximum of 32 statuses can be reported using this API.
Expand Down Expand Up @@ -651,8 +651,8 @@ enum osdp_cmd_e {
OSDP_CMD_KEYSET, /**< Encryption Key Set Command */
OSDP_CMD_COMSET, /**< PD communication configuration command */
OSDP_CMD_MFG, /**< Manufacturer specific command */
OSDP_CMD_FILE_TX, /**< File transfer comand */
OSDP_CMD_STATUS, /**< Status report eommand */
OSDP_CMD_FILE_TX, /**< File transfer command */
OSDP_CMD_STATUS, /**< Status report command */
OSDP_CMD_SENTINEL /**< Max command value */
};

Expand Down Expand Up @@ -802,8 +802,8 @@ struct osdp_event {
union {
struct osdp_event_keypress keypress; /**< Keypress event structure */
struct osdp_event_cardread cardread; /**< Card read event structure */
struct osdp_event_mfgrep mfgrep; /**< Manufacturer spefific response event struture */
struct osdp_status_report status; /**< Status report event strcture */
struct osdp_event_mfgrep mfgrep; /**< Manufacturer specific response event struture */
struct osdp_status_report status; /**< Status report event structure */
};
};

Expand Down
2 changes: 1 addition & 1 deletion utils
Submodule utils updated 1 files
+6 −2 src/utils.c

0 comments on commit 2fcdd4c

Please sign in to comment.