You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
382 B
14 lines
382 B
8 years ago
|
diff --git NuttX/nuttx/include/assert.h NuttX/nuttx/include/assert.h
|
||
|
index 88254f6..b9fb6c2 100644
|
||
|
--- NuttX/nuttx/include/assert.h
|
||
|
+++ NuttX/nuttx/include/assert.h
|
||
|
@@ -94,7 +94,7 @@
|
||
|
*/
|
||
|
|
||
|
#ifndef __cplusplus
|
||
|
-# define static_assert _Static_assert
|
||
|
+//# define static_assert _Static_assert
|
||
|
#endif
|
||
|
|
||
|
/****************************************************************************
|