mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
Introduce SendCommandMIX, to still get some varlen on old API
This commit is contained in:
parent
95822d8360
commit
3bcf80bb34
5 changed files with 37 additions and 6 deletions
|
@ -57,6 +57,7 @@ void *uart_receiver(void *targ);
|
|||
void SendCommand(PacketCommandOLD *c);
|
||||
void SendCommandOLD(uint64_t cmd, uint64_t arg0, uint64_t arg1, uint64_t arg2, void *data, size_t len);
|
||||
void SendCommandNG(uint16_t cmd, uint8_t *data, size_t len);
|
||||
void SendCommandMIX(uint64_t cmd, uint64_t arg0, uint64_t arg1, uint64_t arg2, void *data, size_t len);
|
||||
void clearCommandBuffer(void);
|
||||
|
||||
#define FLASHMODE_SPEED 460800
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue