fix typo
This commit is contained in:
parent
2c9a4902cf
commit
377e101057
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ data class UsbCcidDescription(
|
|||
|
||||
private const val FEATURE_EXCHANGE_LEVEL_TPDU = 0x10000
|
||||
private const val FEATURE_EXCHANGE_LEVEL_SHORT_APDU = 0x20000
|
||||
private const val FEATURE_EXCHAGE_LEVEL_EXTENDED_APDU = 0x40000
|
||||
private const val FEATURE_EXCHANGE_LEVEL_EXTENDED_APDU = 0x40000
|
||||
|
||||
// bVoltageSupport Masks
|
||||
private const val VOLTAGE_5V0: Byte = 1
|
||||
|
|
Loading…
Add table
Reference in a new issue