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

Fix eboot crash with exception 28. ets_printf() should take pointer argument. (#7666)

* Fix eboot crash with exception 28. ets_printf takes pointer argument, not 32bit literal.

* add missing eboot.elf for 32b load fix

* Corrected pointer use for uint32_t arrays.

* removed accidental change from uitn32_t to int32_t
This commit is contained in:
Dirk Niggemann
2020-10-21 23:35:59 +01:00
committed by GitHub
parent e920564b8d
commit ace5e98bf6
2 changed files with 3 additions and 3 deletions

Binary file not shown.