mirror of
https://github.com/esp8266/Arduino.git
synced 2025-08-23 03:54:33 +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.