From df6183e2912affc150bcb0ead3e190d59f54d7c0 Mon Sep 17 00:00:00 2001 From: Giulio Date: Sun, 1 Nov 2020 20:43:31 +0100 Subject: [PATCH] markdown fix --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 501cfea..14d737c 100644 --- a/Readme.md +++ b/Readme.md @@ -362,8 +362,8 @@ In the case of this hardware revision of the S900, For the RFID reader: ``` pcd_rc663.ko -> Hardware driver -pcd_base.ko -> Middleware, creates -libosal.so -> Shared library, provides the OsPicc* functions trough interacting with /dev/pcd +pcd_base.ko -> Middleware, creates /dev/pcd +libosal.so -> Shared library, provides the OsPicc* functions trough interacting with /dev/pcd ``` For the magnetic stripe reader the family of functions is `OSMsr*` that uses the `/dev/msr` device and for SmartCards there are the `OsIcc*` functions that use the `/dev/usercard` device.