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:
parent
87c59b1ca2
commit
28c96179a0
@ -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] =
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user