1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-24 19:42:27 +03:00

Add memmove_P, use it in String to ensure F() safety (#6514)

memmove_P is now in libc, so use it to allow WString to handle F()
pointers without errors.

Supercedes #6368

Fixes #6384
This commit is contained in:
Earle F. Philhower, III
2019-09-13 15:33:16 -07:00
committed by GitHub
parent 990ec759f2
commit 8dd068eb40
4 changed files with 16 additions and 19 deletions