Skip to content

Commit 00fd3f5

Browse files
haduongquangdecsny
authored andcommitted
s32: drivers: s32ze: remove suffix on number of ADC 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 356d8ad commit 00fd3f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

s32/drivers/s32ze/BaseNXP/header/S32Z2_ADC.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ typedef struct {
156156
} ADC_Type, *ADC_MemMapPtr;
157157

158158
/** Number of instances of the ADC module. */
159-
#define ADC_INSTANCE_COUNT (2u)
159+
#define ADC_INSTANCE_COUNT (2)
160160

161161
/* ADC - Peripheral instance base addresses */
162162
/** Peripheral ADC_0 base address */

0 commit comments

Comments
 (0)