Skip to content

Commit

Permalink
Remove some heap debugging output, fixes #158
Browse files Browse the repository at this point in the history
  • Loading branch information
tve committed Jun 20, 2016
1 parent ef6a611 commit 7f426da
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions esp-link/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,6 @@ void user_init(void) {
os_delay_us(10000L);
os_printf("\n\n** %s\n", esp_link_version);
os_printf("Flash config restore %s\n", restoreOk ? "ok" : "*FAILED*");
prHeapTimerCb(0);
// Status LEDs
statusInit();
serledInit();
Expand Down Expand Up @@ -186,5 +185,4 @@ void user_init(void) {
#ifdef MEMLEAK_DEBUG
system_show_malloc();
#endif
prHeapTimerCb(0);
}

0 comments on commit 7f426da

Please sign in to comment.