Skip to content

Commit 109eab3

Browse files
committed
s32: driver: s32ze: crypto: remove suffix on number of MU instances
Remove 'u' suffix from macros so that they can be used with LISTIFY. Signed-off-by: Ha Duong Quang <ha.duongquang@nxp.com>
1 parent ba5c798 commit 109eab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s32/soc/s32z270/include/Hse_Ip_Cfg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ extern "C"{
5959
#define HSE_IP_MU_7 ((uint8)7U)
6060

6161
/* Max number of MU instances */
62-
#define HSE_IP_NUM_OF_MU_INSTANCES (8U)
62+
#define HSE_IP_NUM_OF_MU_INSTANCES (8)
6363

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

0 commit comments

Comments
 (0)