mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-02-17 12:23:15 +01:00
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.
This commit is contained in:
committed by
Himanshu Chauhan
parent
b8e805e91a
commit
1e80052c98
@@ -32,7 +32,6 @@
|
||||
#include "atomtimer.h"
|
||||
#include "atomtests.h"
|
||||
|
||||
|
||||
/* Global test data */
|
||||
static volatile int callback_ran_flag;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user