mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-03-19 19:38:52 +08:00
uart_win32: Remove debug msgs
This commit is contained in:
parent
39c7941930
commit
7928a82434
1 changed files with 2 additions and 2 deletions
|
@ -171,7 +171,7 @@ int uart_receive(const serial_port sp, uint8_t *pbtRx, uint32_t pszMaxRxLen, uin
|
|||
return PM3_EIO;
|
||||
}
|
||||
|
||||
printf("[!]res %d | rx errorcode == %d \n", res, errorcode);
|
||||
// printf("[!]res %d | rx errorcode == %d \n", res, errorcode);
|
||||
return res;
|
||||
}
|
||||
|
||||
|
@ -186,7 +186,7 @@ int uart_send(const serial_port sp, const uint8_t *p_tx, const uint32_t len) {
|
|||
return PM3_EIO;
|
||||
}
|
||||
|
||||
printf("[!!]res %d | send errorcode == %d \n", res, errorcode);
|
||||
// printf("[!!]res %d | send errorcode == %d \n", res, errorcode);
|
||||
return PM3_ENOTTY;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue