Skip to content

Commit

Permalink
Merge branch 'Branch_v2.1.0_f' into Branch_v2.1.1_f
Browse files Browse the repository at this point in the history
  • Loading branch information
xieyangrun committed Nov 8, 2019
2 parents 76a390c + 06252c6 commit 6fb649a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions lfs_config.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,13 @@
// code footprint

// Logging functions
#ifdef LFS_YES_TRACE
#define LFS_TRACE(fmt, ...) \
rt_kprintf("lfs_trace:%d: " fmt "\n", __LINE__, __VA_ARGS__)
#else
#define LFS_TRACE(fmt, ...)
#endif

#ifndef LFS_NO_DEBUG
#define LFS_DEBUG(fmt, ...) \
rt_kprintf("lfs debug:%d: " fmt "\n", __LINE__, __VA_ARGS__)
Expand Down

0 comments on commit 6fb649a

Please sign in to comment.