Skip to content

Commit

Permalink
Run qmk-format on core C files touched in this branch
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler committed Aug 29, 2022
1 parent 3090223 commit 0385064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/sensors/pmw33xx_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
extern const uint8_t pmw33xx_firmware_data[PMW33XX_FIRMWARE_LENGTH] PROGMEM;
extern const uint8_t pmw33xx_firmware_signature[3] PROGMEM;

static const pin_t cs_pins[] = PMW33XX_CS_PINS;
static const pin_t cs_pins[] = PMW33XX_CS_PINS;
static bool in_burst[ARRAY_SIZE(cs_pins)] = {0};

const size_t pmw33xx_number_of_sensors = ARRAY_SIZE(cs_pins);
Expand Down

0 comments on commit 0385064

Please sign in to comment.