mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 13:23:51 -07:00
More USB_CMD -> PM3_CMD
This commit is contained in:
parent
ed1ff3db7e
commit
2497ec2eec
3 changed files with 15 additions and 15 deletions
|
@ -10,8 +10,8 @@
|
|||
// own protocol.
|
||||
//-----------------------------------------------------------------------------
|
||||
|
||||
#ifndef __USB_CMD_H
|
||||
#define __USB_CMD_H
|
||||
#ifndef __PM3_CMD_H
|
||||
#define __PM3_CMD_H
|
||||
|
||||
// Use it e.g. when using slow links such as BT
|
||||
#define USART_SLOW_LINK
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue