change(build): Add a new CMake flag NON_OS_BUILD for non-FreeRTOS builds
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#if !BOOTLOADER_BUILD || __DOXYGEN__
|
||||
#if !NON_OS_BUILD || __DOXYGEN__
|
||||
|
||||
/**
|
||||
* @brief Logs a buffer of hexadecimal bytes at the specified log level.
|
||||
@@ -173,7 +173,7 @@ static inline void esp_log_buffer_char(const char *tag, const void *buffer, uint
|
||||
}
|
||||
/** @endcond */
|
||||
|
||||
#endif // !BOOTLOADER_BUILD || __DOXYGEN__
|
||||
#endif // !NON_OS_BUILD || __DOXYGEN__
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user