mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-09 12:35:28 +00:00
hal: added HAL_ASSERT
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
|
||||
#if defined(NDEBUG)
|
||||
|
||||
# define assert(__e) ((void)0)
|
||||
# define assert(__e) ((void)(__e))
|
||||
|
||||
#elif CONFIG_COMPILER_OPTIMIZATION_ASSERTIONS_SILENT
|
||||
|
||||
|
Reference in New Issue
Block a user