Skip to content

Commit

Permalink
Fix github build.
Browse files Browse the repository at this point in the history
  • Loading branch information
philmoz committed May 27, 2024
1 parent 8efa3f8 commit 56b1f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion radio/src/lv_conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#if LV_MEM_ADR == 0
//#define LV_MEM_POOL_INCLUDE your_alloc_library /* Uncomment if using an external allocator*/
//#define LV_MEM_POOL_ALLOC your_alloc /* Uncomment if using an external allocator*/
extern void *sbrk(int size);
#define LV_MEM_POOL_INCLUDE <unistd.h>
#define LV_MEM_POOL_ALLOC sbrk
#endif

Expand Down

0 comments on commit 56b1f48

Please sign in to comment.