Skip to content

Commit

Permalink
fix(tlsf) undef printf before define-ing it
Browse files Browse the repository at this point in the history
  • Loading branch information
kisvegabor committed Oct 27, 2021
1 parent ec2be7e commit cc935b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/misc/lv_tlsf.c
Expand Up @@ -7,6 +7,7 @@
#include "lv_mem.h"
#include "lv_log.h"
#include "lv_assert.h"
#undef printf
#define printf LV_LOG_ERROR

#define TLSF_MAX_POOL_SIZE LV_MEM_SIZE
Expand Down

0 comments on commit cc935b8

Please sign in to comment.