Skip to content

Commit 2bbe043

Browse files
author
Deepika
committed
[M2351] Adding missing ENDP for ARM
1 parent 1dbdcb2 commit 2bbe043

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

targets/TARGET_NUVOTON/TARGET_M2351/device/M2351_funcs.S

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ __PC
2424

2525

2626
#if defined(__CC_ARM) || (defined (__ARMCC_VERSION) && (__ARMCC_VERSION >= 6010050))
27-
ALIGN
27+
ALIGN
28+
ENDP
2829
END
2930
#elif defined(__GNUC__)
3031
.align

0 commit comments

Comments
 (0)