diff --git a/include/uFCoder.h b/include/uFCoder.h index 195dfed00ab18284650f3bdd8074b669f882050b..284022a97458b16f957c7f48dfcf9aea1f0183cd 100644 --- a/include/uFCoder.h +++ b/include/uFCoder.h @@ -486,9 +486,9 @@ UFR_STATUS DL_API ReaderOpenByType(IN uint32_t reader_type); * * @return */ -UFR_STATUS DL_API ReaderOpenEx(IN uint32_t reader_type, +UFR_STATUS DL_API ReaderOpenEx(uint32_t reader_type, IN c_string port_name, - IN uint32_t port_interface, + uint32_t port_interface, IN void *arg); UFR_STATUS DL_API ReaderReset(void);