Skip to content

Commit

Permalink
Compile only if enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
MaJerle committed Jul 17, 2022
1 parent 0161f05 commit 48fe9ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lwprintf/src/include/system/lwprintf_sys.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
extern "C" {
#endif /* __cplusplus */

#if LWPRINTF_CFG_OS || __DOXYGEN__

/**
* \defgroup LWPRINTF_SYS System functions
* \brief System functions when used with operating system
Expand Down Expand Up @@ -80,6 +82,8 @@ uint8_t lwprintf_sys_mutex_release(LWPRINTF_CFG_OS_MUTEX_HANDLE* m);
* \}
*/

#endif /* LWPRINTF_CFG_OS || __DOXYGEN__ */

#ifdef __cplusplus
}
#endif /* __cplusplus */
Expand Down

0 comments on commit 48fe9ea

Please sign in to comment.