mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
fix uart_posix: bytecound must be 32b
This commit is contained in:
parent
6e744043f5
commit
4aa1b49493
4 changed files with 12 additions and 10 deletions
|
@ -319,7 +319,7 @@ __attribute__((force_align_arg_pointer))
|
|||
#endif
|
||||
*uart_communication(void *targ) {
|
||||
communication_arg_t *connection = (communication_arg_t *)targ;
|
||||
size_t rxlen;
|
||||
uint32_t rxlen;
|
||||
|
||||
PacketResponseNG rx;
|
||||
PacketResponseNGRaw rx_raw;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue