diff --git a/src/os/inc/common_types.h b/src/os/inc/common_types.h index ae36830e5..ff5ed718c 100644 --- a/src/os/inc/common_types.h +++ b/src/os/inc/common_types.h @@ -125,10 +125,6 @@ extern "C" */ typedef void (*OS_ArgCallback_t)(osal_id_t object_id, void *arg); -#ifndef NULL /* pointer to nothing */ -#define NULL ((void *)0) -#endif - /* ** Check Sizes */