Skip to content

Commit 5395157

Browse files
committed
s32: soc: s32z270: crypto: remove suffix on number of MU instances, channels
Remove 'u' suffix from macros so that they can be used with LISTIFY. Signed-off-by: Ha Duong Quang <[email protected]>
1 parent 1fa49f8 commit 5395157

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

s32/soc/s32z270/include/Hse_Ip_Cfg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ 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 */
65-
#define HSE_IP_NUM_OF_CHANNELS_PER_MU (16U)
65+
#define HSE_IP_NUM_OF_CHANNELS_PER_MU (16)
6666

6767
/* Pre-processor switch to enable/disable development error detection for Hse Ip API */
6868
#define HSE_IP_DEV_ERROR_DETECT (STD_OFF)

0 commit comments

Comments
 (0)