mirror of
https://github.com/apache/nuttx.git
synced 2026-05-23 14:58:13 +08:00
Add a comment
This commit is contained in:
@@ -89,6 +89,10 @@
|
||||
# define assert(f) ASSERT(f)
|
||||
#endif
|
||||
|
||||
/* Definition required for C++11 compile timer assertion checking. The
|
||||
* static_assert macro simply expands to the _Static_assert keyword.
|
||||
*/
|
||||
|
||||
#define static_assert _Static_assert
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user