mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-14 10:37:23 -07:00
changed bits[8] to *bits
This commit is contained in:
parent
171bf6912b
commit
0840c0d5d1
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ static void init_tag(void) {
|
|||
tag.sectors[i][j] = 0x00;
|
||||
}
|
||||
|
||||
static uint8_t bits2byte(uint8_t bits[8], int length) {
|
||||
static uint8_t bits2byte(uint8_t *bits, int length) {
|
||||
|
||||
// converts <length> separate bits into a single "byte"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue