Skip to content

call umm_init just before starting SDK #8207

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 9 commits into from
Jul 19, 2021
Prev Previous commit
Next Next commit
style
  • Loading branch information
mhightower83 committed Jul 10, 2021
commit 57f5d894e31df58816baad1a1aef2a11398006b2
4 changes: 2 additions & 2 deletions libraries/esp8266/examples/HwdtStackDump/HwdtStackDump.ino
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ const char* password = STAPSK;
// gets to runs.
extern "C" {
#if CORE_MOCK
#define thunk_ets_uart_printf ets_uart_printf
#define thunk_ets_uart_printf ets_uart_printf

#else
int thunk_ets_uart_printf(const char *format, ...) __attribute__ ((format (printf, 1, 2)));
int thunk_ets_uart_printf(const char *format, ...) __attribute__((format (printf, 1, 2)));
// Second stack thunked helper - this macro creates the global function thunk_ets_uart_printf
make_stack_thunk(ets_uart_printf);
#endif
Expand Down
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