Skip to content

Commit

Permalink
Oops, remove external debug libary from example.
Browse files Browse the repository at this point in the history
  • Loading branch information
mhightower83 committed Oct 22, 2024
1 parent 01a89fd commit 0574c1a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ You need to add line'-DUMM_ENABLE_MEMALIGN=1' to the build options.

#include <umm_malloc/umm_malloc_cfg.h>
#include <umm_malloc/umm_heap_select.h>
#include <BacktraceLog.h>

#include <stdlib.h> // aligned_alloc

#define PRINTF(fmt, ...) ets_uart_printf(pstrcpy(PSTR(fmt)), ##__VA_ARGS__)
Expand Down

0 comments on commit 0574c1a

Please sign in to comment.