mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-07-12 16:13:16 -07:00
make style
This commit is contained in:
parent
e22cb088c1
commit
cd36770c5e
22 changed files with 99 additions and 99 deletions
|
@ -121,10 +121,10 @@ bool set_nonlinear_field(wiegand_message_t *data, uint64_t value, uint8_t numBit
|
|||
}
|
||||
|
||||
static uint8_t get_length_from_header(wiegand_message_t *data) {
|
||||
/**
|
||||
* detect if message has "preamble" / "sentinel bit"
|
||||
*
|
||||
*/
|
||||
/**
|
||||
* detect if message has "preamble" / "sentinel bit"
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
uint8_t len = 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue