Fix mifare_application_alloc documentation: function takes "size" param in sectors unit.
This commit is contained in:
parent
97edcb45e8
commit
98e5b5a107
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ The
|
||||||
.Fn mifare_application_alloc
|
.Fn mifare_application_alloc
|
||||||
function allocates enought sectors to store
|
function allocates enought sectors to store
|
||||||
.Vt size
|
.Vt size
|
||||||
blocks for the Application Identifier
|
sectors for the Application Identifier
|
||||||
.Vt aid
|
.Vt aid
|
||||||
and returns the list of allocated sectors.
|
and returns the list of allocated sectors.
|
||||||
.Pp
|
.Pp
|
||||||
|
|
Loading…
Reference in a new issue