summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschodet2005-11-06 18:05:29 +0000
committerschodet2005-11-06 18:05:29 +0000
commit164d8870bc058450e6967a594dd9033d088316af (patch)
treeffa6623006a989742ca4c73ec8ad7aee4c076580
parent3245fffe3baa04d95df63e20c1390c8a72928813 (diff)
Add assert.
-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 */