Skip to content

Commit

Permalink
s32: driver: s32ze: crypto: remove suffix on number of MU instances
Browse files Browse the repository at this point in the history
Remove 'u' suffix from macros so that they can be used
with LISTIFY.

Signed-off-by: Ha Duong Quang <[email protected]>
  • Loading branch information
haduongquang committed Oct 2, 2024
1 parent ba5c798 commit 109eab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion s32/soc/s32z270/include/Hse_Ip_Cfg.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ extern "C"{
#define HSE_IP_MU_7 ((uint8)7U)

/* Max number of MU instances */
#define HSE_IP_NUM_OF_MU_INSTANCES (8U)
#define HSE_IP_NUM_OF_MU_INSTANCES (8)

/* Max number of channels per MU interface */
#define HSE_IP_NUM_OF_CHANNELS_PER_MU (16U)
Expand Down

0 comments on commit 109eab3

Please sign in to comment.