Skip to content

Commit

Permalink
Remove unused extern declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
elfmimi committed Oct 3, 2020
1 parent 05731f1 commit f792491
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/issi/is31fl3741.h
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ typedef struct is31_led {
} __attribute__((packed)) is31_led;

extern const is31_led g_is31_leds[DRIVER_LED_TOTAL];
extern const is31_led g_is31_indicator_leds[DRIVER_INDICATOR_LED_TOTAL];

void IS31FL3741_init(uint8_t addr);
void IS31FL3741_write_register(uint8_t addr, uint8_t reg, uint8_t data);
Expand Down

0 comments on commit f792491

Please sign in to comment.