markdown fix

This commit is contained in:
Giulio 2020-11-01 20:43:31 +01:00
parent ebe6ea5149
commit df6183e291

View File

@ -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.