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
|
@ -461,11 +461,8 @@ void SendCapabilities(void) {
|
|||
#endif
|
||||
#ifdef WITH_FPC_USART_HOST
|
||||
capabilities.compiled_with_fpc_usart_host = true;
|
||||
// TODO
|
||||
capabilities.hw_available_fpc_usart_btaddon = true;
|
||||
#else
|
||||
capabilities.compiled_with_fpc_usart_host = false;
|
||||
capabilities.hw_available_fpc_usart_btaddon = false;
|
||||
#endif
|
||||
#ifdef WITH_LF
|
||||
capabilities.compiled_with_lf = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue