Skip to content

Commit 4a845be

Browse files
yamtgeky
authored andcommitted
Rename LFS_USER_DEFINES to LFS_DEFINES
1 parent e1636d0 commit 4a845be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

lfs_util.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
// extern void *my_malloc(size_t sz);
3232
// #define LFS_MALLOC(sz) my_malloc(sz)
3333
//
34-
// And build littlefs with the header by defining LFS_USER_DEFINES.
35-
// (-DLFS_USER_DEFINES=my_defines.h)
34+
// And build littlefs with the header by defining LFS_DEFINES.
35+
// (-DLFS_DEFINES=my_defines.h)
3636

37-
#ifdef LFS_USER_DEFINES
38-
#include LFS_STRINGIZE(LFS_USER_DEFINES)
37+
#ifdef LFS_DEFINES
38+
#include LFS_STRINGIZE(LFS_DEFINES)
3939
#endif
4040

4141
// System includes

0 commit comments

Comments
 (0)