1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-21 10:26:06 +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:
Scott Franzyshen 2016-01-14 16:30:26 -08:00
parent 87c59b1ca2
commit 28c96179a0

View File

@ -23,8 +23,8 @@
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#include "c_types.h"
#include <string.h>
#include "c_types.h"
static const uint8_t ICACHE_FLASH_ATTR phy_init_data[128] =
{