Merge b087e84888916bd37261534e7ad3219a0f01b7c2 into 3df7f25f11499fa788e40c41ee7b45582262c566

This commit is contained in:
Benjamin DELPY 2022-05-01 16:59:33 +00:00 committed by GitHub
commit 7d31f991b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -50,7 +50,7 @@
*
* Tested with
* - ST25TB512-AC - (BE/Brussels/STIB ; AliExpress ones)
* - ST25TB512-AT - (FR/Lille/Ilevia ; FR/Reims/Citura)
* - ST25TB512-AT - (FR/Lille/Ilevia ; FR/Reims/Citura ; FR/Dijon/Divia ; FR/Strasbourg/CTS)
* - SRT512 - legacy - (FR/Bordeaux/TBM)
* - SRI512 - legacy - (anonymous vending machine)
*/
@ -606,4 +606,4 @@ void print_hex(const uint8_t *pbtData, const size_t szBytes)
{
printf("%02hhx ", pbtData[szPos]);
}
}
}