From 6c5284b8442ce10a32763352bf1f303dbd035fa9 Mon Sep 17 00:00:00 2001 From: developer28 Date: Thu, 7 Mar 2019 13:05:54 +0100 Subject: [PATCH] Update uFCoder.h --- include/uFCoder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/uFCoder.h b/include/uFCoder.h index 195dfed..284022a 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); -- GitLab