summaryrefslogtreecommitdiff
path: root/n
diff options
context:
space:
mode:
Diffstat (limited to 'n')
-rw-r--r--n/avr/common/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/n/avr/common/common.h b/n/avr/common/common.h
index cb4dec1..7ab5063 100644
--- a/n/avr/common/common.h
+++ b/n/avr/common/common.h
@@ -27,4 +27,6 @@
#include <stdint.h>
+#define assert(x)
+
#endif /* common_h */