diff --git a/armsrc/em4x50.c b/armsrc/em4x50.c index 692b17419..25e7caf4f 100644 --- a/armsrc/em4x50.c +++ b/armsrc/em4x50.c @@ -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 separate bits into a single "byte"