Skip to content

Commit

Permalink
32: s32ze: patch PSI5 for integration with zephyr
Browse files Browse the repository at this point in the history
Remove 'u' suffix from macros that used with LISTIFY
in shim-driver

Signed-off-by: Tu Nguyen Van <[email protected]>
  • Loading branch information
tunguyen4585 committed Nov 28, 2024
1 parent a4e9f18 commit 4a902e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s32/drivers/s32ze/BaseNXP/header/S32Z2_PSI5_S.h
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ typedef struct {
} PSI5_S_Type, *PSI5_S_MemMapPtr;

/** Number of instances of the PSI5_S module. */
#define PSI5_S_INSTANCE_COUNT (2u)
#define PSI5_S_INSTANCE_COUNT 2

/* PSI5_S - Peripheral instance base addresses */
/** Peripheral PSI5_S_0 base address */
Expand Down

0 comments on commit 4a902e6

Please sign in to comment.