mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-21 13:53:55 -07:00
remove hw_available_fpc_usart_btaddon
This commit is contained in:
parent
02ea378e38
commit
6401452eb6
2 changed files with 0 additions and 7 deletions
|
@ -137,7 +137,6 @@ typedef struct {
|
|||
uint16_t read_gap;
|
||||
} t55xx_config;
|
||||
|
||||
// TODO add more fields to report all hw & sw capabilities of pm3
|
||||
typedef struct {
|
||||
uint32_t baudrate;
|
||||
bool via_fpc;
|
||||
|
@ -161,12 +160,9 @@ typedef struct {
|
|||
// misc
|
||||
bool compiled_with_lcd;
|
||||
|
||||
// Following are not yet implemented:
|
||||
// rdv4
|
||||
bool hw_available_flash;
|
||||
bool hw_available_smartcard;
|
||||
// rdv4 bt addon
|
||||
bool hw_available_fpc_usart_btaddon;
|
||||
} PACKED capabilities_t;
|
||||
|
||||
extern capabilities_t pm3_capabilities;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue