Skip to content

Commit

Permalink
Fix nasa#842, Remove NULL redefine
Browse files Browse the repository at this point in the history
  • Loading branch information
skliper committed Mar 11, 2021
1 parent ead5723 commit 4750bd2
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/os/inc/common_types.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/
Expand Down

0 comments on commit 4750bd2

Please sign in to comment.