From 164d8870bc058450e6967a594dd9033d088316af Mon Sep 17 00:00:00 2001 From: schodet Date: Sun, 6 Nov 2005 18:05:29 +0000 Subject: Add assert. --- n/avr/common/common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'n/avr/common') 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 +#define assert(x) + #endif /* common_h */ -- cgit v1.2.3