mirror of
https://github.com/esp8266/Arduino.git
synced 2025-04-19 23:22:16 +03:00
Update core_esp8266_phy.c
add #include <string.h> to fix warning: incompatible implicit declaration of built-in function 'memcpy'
This commit is contained in:
parent
87c59b1ca2
commit
28c96179a0
@ -23,7 +23,7 @@
|
|||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
#include <stddef.h>
|
#include <stddef.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
#include <string.h>
|
||||||
#include "c_types.h"
|
#include "c_types.h"
|
||||||
|
|
||||||
static const uint8_t ICACHE_FLASH_ATTR phy_init_data[128] =
|
static const uint8_t ICACHE_FLASH_ATTR phy_init_data[128] =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user