mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 02:27:26 -07:00
make style
This commit is contained in:
parent
23917e7963
commit
64ce30c06c
7 changed files with 43 additions and 42 deletions
|
@ -36,8 +36,8 @@ typedef struct {
|
|||
} PACKED UsbCommand;
|
||||
|
||||
#ifdef WITH_FPC_HOST
|
||||
// "Session" flag, to tell via which interface next msgs should be sent: USB or FPC USART
|
||||
extern bool reply_via_fpc;
|
||||
// "Session" flag, to tell via which interface next msgs should be sent: USB or FPC USART
|
||||
extern bool reply_via_fpc;
|
||||
#endif
|
||||
|
||||
// A struct used to send sample-configs over USB
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue