cleaning up

This commit is contained in:
iceman1001 2019-05-07 14:41:20 +02:00
commit f60977695a
4 changed files with 8 additions and 15 deletions

View file

@ -1641,7 +1641,8 @@ void __attribute__((noreturn)) AppMain(void) {
if (ret == PM3_SUCCESS) {
PacketReceived(&rx);
} else if (ret != PM3_ENODATA) {
Dbprintf("Error in frame reception: %d", ret);
Dbprintf("Error in frame reception: %d %s", ret, (ret == PM3_EIO)?"PM3_EIO":"");
// TODO if error, shall we resync ?
}