Skip to content

Commit

Permalink
Add required string header file (qmk#20638)
Browse files Browse the repository at this point in the history
  • Loading branch information
filterpaper authored and autoferrit committed Dec 6, 2023
1 parent 573b724 commit 6045db9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 0 deletions.
1 change: 1 addition & 0 deletions drivers/led/issi/is31fl3218.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@

#include <stdint.h>
#include <stdbool.h>
#include <string.h>

void IS31FL3218_init(void);
void IS31FL3218_set_color(int index, uint8_t red, uint8_t green, uint8_t blue);
Expand Down
1 change: 1 addition & 0 deletions drivers/led/issi/is31fl3731-simple.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@

#include <stdint.h>
#include <stdbool.h>
#include <string.h>
#include "progmem.h"

typedef struct is31_led {
Expand Down
1 change: 1 addition & 0 deletions drivers/led/issi/is31fl3731.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <stdint.h>
#include <stdbool.h>
#include <string.h>
#include "progmem.h"

typedef struct is31_led {
Expand Down
1 change: 1 addition & 0 deletions drivers/led/issi/is31fl3733-simple.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include <stdint.h>
#include <stdbool.h>
#include <string.h>
#include "progmem.h"

typedef struct is31_led {
Expand Down
1 change: 1 addition & 0 deletions drivers/led/issi/is31fl3736.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@

#include <stdint.h>
#include <stdbool.h>
#include <string.h>
#include "progmem.h"

// Simple interface option.
Expand Down
1 change: 1 addition & 0 deletions drivers/led/issi/is31fl3737.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

#include <stdint.h>
#include <stdbool.h>
#include <string.h>
#include "progmem.h"

typedef struct is31_led {
Expand Down

0 comments on commit 6045db9

Please sign in to comment.