This commit is contained in:
iceman1001 2023-03-04 20:10:46 +01:00
commit 8f20eed914
7 changed files with 770 additions and 769 deletions

View file

@ -1265,7 +1265,8 @@ int CmdEM4x05Info(const char *Cmd) {
// read word 1 (serial #) doesn't need pwd // read word 1 (serial #) doesn't need pwd
// continue if failed, .. non blocking fail. // continue if failed, .. non blocking fail.
em4x05_read_word_ext(EM_SERIAL_BLOCK, 0, false, &serial); int res = em4x05_read_word_ext(EM_SERIAL_BLOCK, 0, false, &serial);
(void)res;
printEM4x05info(block0, serial); printEM4x05info(block0, serial);