mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 05:43:48 -07:00
First adjustments for FPC BT link
This commit is contained in:
parent
dda63f9556
commit
e453aff88c
4 changed files with 19 additions and 2 deletions
|
@ -13,6 +13,9 @@
|
|||
#ifndef __USB_CMD_H
|
||||
#define __USB_CMD_H
|
||||
|
||||
// Use it e.g. when using slow links such as BT
|
||||
#define USART_SLOW_LINK
|
||||
|
||||
#ifdef _MSC_VER
|
||||
typedef DWORD uint32_t;
|
||||
typedef BYTE uint8_t;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue