forked from nuttx/nuttx-update
assert: Define static_assert
This commit is contained in:
parent
5002e27e84
commit
a96c7492ad
1 changed files with 2 additions and 0 deletions
|
@ -89,6 +89,8 @@
|
|||
# define assert(f) ASSERT(f)
|
||||
#endif
|
||||
|
||||
#define static_assert _Static_assert
|
||||
|
||||
/****************************************************************************
|
||||
* Included Files
|
||||
****************************************************************************/
|
||||
|
|
Loading…
Reference in a new issue