mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-15 00:02:49 +03:00
* Fix repaintable stack calculation Fixes #5794 as found by @mattbradford83 * Overwrite last word of stack as well Under-by-one error would not reset the absolute end of the stack, adjust comparison to fix.