Skip to content

Commit

Permalink
riscv64-generic: fix NULL type definition
Browse files Browse the repository at this point in the history
JIRA: RTOS-844
  • Loading branch information
lukileczo authored and agkaminski committed Jul 9, 2024
1 parent 8700c19 commit 087fb36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hal/riscv64/generic/types.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
#ifndef _TYPES_H_
#define _TYPES_H_

#define NULL 0
#define NULL ((void *)0)

typedef unsigned char u8;
typedef unsigned short u16;
Expand Down

0 comments on commit 087fb36

Please sign in to comment.