1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Use 32b loads to set print strings (#7545)

Instead of using either a series of etc_putc or setting a series of bytes
one by one, use a simple macro to define 32b constants to build up strings.

Saves ~30 bytes of program code in eboot for #6538 to work with.
This commit is contained in:
Earle F. Philhower, III
2020-10-16 10:52:35 -07:00
committed by GitHub
parent e79eb1174d
commit bbc14c0979
2 changed files with 23 additions and 14 deletions

Binary file not shown.