summaryrefslogtreecommitdiff
path: root/firmware
diff options
context:
space:
mode:
Diffstat (limited to 'firmware')
-rw-r--r--firmware/include/assert.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/firmware/include/assert.h b/firmware/include/assert.h
index 2bf3aeb6c3..536c4a8fc7 100644
--- a/firmware/include/assert.h
+++ b/firmware/include/assert.h
@@ -2,6 +2,8 @@
2 assert.h 2 assert.h
3*/ 3*/
4 4
5#include "_ansi.h"
6
5#undef assert 7#undef assert
6 8
7#ifdef NDEBUG /* required by ANSI standard */ 9#ifdef NDEBUG /* required by ANSI standard */