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 f02da2f commit 8b35532
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lwow/src/include/system/lwow_sys.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@
extern "C" {
#endif /* __cplusplus */

#if LWOW_CFG_OS || __DOXYGEN__

/**
* \defgroup LWOW_SYS System functions
* \brief System functions when used with operating system
Expand Down Expand Up @@ -84,6 +86,8 @@ uint8_t lwow_sys_mutex_release(LWOW_CFG_OS_MUTEX_HANDLE* mutex, void* arg);
* \}
*/

#endif /* LWOW_CFG_OS || __DOXYGEN__ */

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

0 comments on commit 8b35532

Please sign in to comment.