change fido/emrtd/st fct names to match other functions

This commit is contained in:
Philippe Teuwen
2021-04-19 21:56:49 +02:00
parent dc54dd305b
commit 1d69cabd54
5 changed files with 36 additions and 36 deletions

View File

@@ -13,7 +13,7 @@
#include "common.h"
int CmdHF_ST(const char *Cmd);
int CmdHFST(const char *Cmd);
int infoHF_ST(void);
int infoHFST(void);
#endif