From 1e80052c98b9679a4b767d7aa9e7588fe5597111 Mon Sep 17 00:00:00 2001 From: Kelvin Lawson Date: Wed, 25 May 2011 23:52:11 +0100 Subject: [PATCH] Improve support for platforms without stddef.h. NULL definition should now be provided by architecture port file atomport.h, which in most cases can just include stddef.h. --- tests/timer5.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/timer5.c b/tests/timer5.c index 231882b..0082a47 100644 --- a/tests/timer5.c +++ b/tests/timer5.c @@ -32,7 +32,6 @@ #include "atomtimer.h" #include "atomtests.h" - /* Global test data */ static volatile int callback_ran_flag;