Quellcode durchsuchen

Add required string header file (#20638)

Albert Y vor 3 Jahren
Ursprung
Commit
75e1ef7734

+ 1 - 0
drivers/led/issi/is31fl3218.h

@@ -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);

+ 1 - 0
drivers/led/issi/is31fl3731-simple.h

@@ -20,6 +20,7 @@
 
 #include <stdint.h>
 #include <stdbool.h>
+#include <string.h>
 #include "progmem.h"
 
 typedef struct is31_led {

+ 1 - 0
drivers/led/issi/is31fl3731.h

@@ -19,6 +19,7 @@
 
 #include <stdint.h>
 #include <stdbool.h>
+#include <string.h>
 #include "progmem.h"
 
 typedef struct is31_led {

+ 1 - 0
drivers/led/issi/is31fl3733-simple.h

@@ -22,6 +22,7 @@
 
 #include <stdint.h>
 #include <stdbool.h>
+#include <string.h>
 #include "progmem.h"
 
 typedef struct is31_led {

+ 1 - 0
drivers/led/issi/is31fl3736.h

@@ -19,6 +19,7 @@
 
 #include <stdint.h>
 #include <stdbool.h>
+#include <string.h>
 #include "progmem.h"
 
 // Simple interface option.

+ 1 - 0
drivers/led/issi/is31fl3737.h

@@ -21,6 +21,7 @@
 
 #include <stdint.h>
 #include <stdbool.h>
+#include <string.h>
 #include "progmem.h"
 
 typedef struct is31_led {