diff options
Diffstat (limited to 'src/sim')
-rw-r--r-- | src/sim/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sim/core.c b/src/sim/core.c index 1ce2fede..15a15636 100644 --- a/src/sim/core.c +++ b/src/sim/core.c @@ -210,7 +210,7 @@ osim_file_desc_find_sfid(struct osim_file_desc *parent, uint8_t sfid) } -/*! \brief Generate an APDU message and initialize APDU command header +/*! Generate an APDU message and initialize APDU command header * \param[in] cla CLASS byte * \param[in] ins INSTRUCTION byte * \param[in] p1 Parameter 1 byte |