mirror of
https://github.com/kelvinlawson/atomthreads.git
synced 2026-01-11 18:33:16 +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
4e2b83c36f
commit
271eba687c
@@ -30,7 +30,6 @@
|
|||||||
#ifndef __ATOM_PORT_H
|
#ifndef __ATOM_PORT_H
|
||||||
#define __ATOM_PORT_H
|
#define __ATOM_PORT_H
|
||||||
|
|
||||||
|
|
||||||
/* Required number of system ticks per second (normally 100 for 10ms tick) */
|
/* Required number of system ticks per second (normally 100 for 10ms tick) */
|
||||||
#define SYSTEM_TICKS_PER_SEC 100
|
#define SYSTEM_TICKS_PER_SEC 100
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user