From 4750bd24cca6159610b87a4fd8dac356ee030031 Mon Sep 17 00:00:00 2001 From: Jacob Hageman Date: Thu, 11 Mar 2021 13:43:55 -0500 Subject: [PATCH] Fix #842, Remove NULL redefine --- src/os/inc/common_types.h | 4 ---- 1 file changed, 4 deletions(-) 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 */