mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
armsrc: put new frame parsing in common for usart (still usart_read_ng to do)
This commit is contained in:
parent
238fc10c9a
commit
a45238236d
5 changed files with 37 additions and 28 deletions
|
@ -421,6 +421,8 @@ typedef struct {
|
|||
#define PM3_EMALLOC -12
|
||||
// File error
|
||||
#define PM3_EFILE -13
|
||||
// No data
|
||||
#define PM3_NODATA -98
|
||||
// Quit program
|
||||
#define PM3_EFATAL -99
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue