changed bits[8] to *bits

This commit is contained in:
tharexde 2020-06-18 19:28:44 +02:00
parent 171bf6912b
commit 0840c0d5d1

View file

@ -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"