Commit ace5e98
authored
Fix eboot crash with exception 28. ets_printf() should take pointer argument. (esp8266#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_t1 parent e920564 commit ace5e98
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
235 | 235 | | |
236 | 236 | | |
237 | 237 | | |
238 | | - | |
| 238 | + | |
239 | 239 | | |
240 | 240 | | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
244 | 244 | | |
245 | | - | |
| 245 | + | |
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
| |||
Binary file not shown.
0 commit comments