added std_read command for em4x50

This commit is contained in:
tharexde
2020-10-27 18:18:02 +01:00
parent 0a41049bf6
commit ce5181bdc9
7 changed files with 110 additions and 6 deletions

View File

@@ -30,5 +30,6 @@ int CmdEM4x50Reset(const char *Cmd);
int CmdEM4x50Watch(const char *Cmd);
int CmdEM4x50Restore(const char *Cmd);
int CmdEM4x50Sim(const char *Cmd);
int CmdEM4x50StdRead(const char *Cmd);
#endif