diff --git a/bootloaders/eboot/eboot.c b/bootloaders/eboot/eboot.c index 1ca64a16aa..cb65557270 100644 --- a/bootloaders/eboot/eboot.c +++ b/bootloaders/eboot/eboot.c @@ -235,14 +235,14 @@ int main() if (cmd.action == ACTION_COPY_RAW) { uint32_t cp = S('c', 'p', ':', 0); - ets_printf((const char *)cp); + ets_printf((const char *)&cp); ets_wdt_disable(); res = copy_raw(cmd.args[0], cmd.args[1], cmd.args[2], false); ets_wdt_enable(); cp = S('0' + res, '\n', 0, 0 ); - ets_printf((const char *)cp); + ets_printf((const char *)&cp); #if 0 //devyte: this verify step below (cmp:) only works when the end of copy operation above does not overwrite the //beginning of the image in the empty area, see #7458. Disabling for now. @@ -259,7 +259,7 @@ int main() } cp = S('0' + res, '\n', 0, 0 ); - ets_printf((const char *)cp); + ets_printf((const char *)&cp); #endif if (res == 0) { cmd.action = ACTION_LOAD_APP; diff --git a/bootloaders/eboot/eboot.elf b/bootloaders/eboot/eboot.elf index e7e1fc5439..5843b8fed4 100755 Binary files a/bootloaders/eboot/eboot.elf and b/bootloaders/eboot/eboot.elf differ pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy