1
0
Fork 0
forked from nuttx/nuttx-update

assert: Define static_assert

This commit is contained in:
Paul A. Patience 2016-06-20 10:29:41 -04:00
parent 5002e27e84
commit a96c7492ad

View file

@ -89,6 +89,8 @@
# define assert(f) ASSERT(f)
#endif
#define static_assert _Static_assert
/****************************************************************************
* Included Files
****************************************************************************/