Skip to content

Commit

Permalink
Improve support for platforms without stddef.h. NULL definition shoul…
Browse files Browse the repository at this point in the history
…d now be provided by architecture port file atomport.h, which in most cases can just include stddef.h.
  • Loading branch information
kelvinlawson authored and hschauhan committed May 27, 2011
1 parent b8e805e commit 1e80052
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/timer5.c
Expand Up @@ -32,7 +32,6 @@
#include "atomtimer.h"
#include "atomtests.h"


/* Global test data */
static volatile int callback_ran_flag;

Expand Down

0 comments on commit 1e80052

Please sign in to comment.