Skip to content

Commit

Permalink
SP-18211 - fix enum
Browse files Browse the repository at this point in the history
  • Loading branch information
inspector-code committed Oct 11, 2024
1 parent 394c17f commit c1d7113
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions rt-rfid-binary-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -750,11 +750,11 @@ components:
type: integer
description: "Enumeration contains a set of constants specifying the rate of data exchange between the reader and the RFID-chip"
enum:
- 0X00
- 0X01
- 0X02
- 0X04
- 0X08
- 0x00
- 0x01
- 0x02
- 0x04
- 0x08
x-enum-descriptions:
- "Unknown"
- "106 bits/s"
Expand Down

0 comments on commit c1d7113

Please sign in to comment.