Skip to content

Commit b6521ca

Browse files
committed
resolve rebase merge conflict
1 parent 8c3bafd commit b6521ca

File tree

1 file changed

+1
-1
lines changed
  • connectivity/drivers/emac/TARGET_NXP_EMAC/TARGET_LPCTarget

1 file changed

+1
-1
lines changed

connectivity/drivers/emac/TARGET_NXP_EMAC/TARGET_LPCTarget/lpc17_emac.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ struct lpc_enetdata {
128128

129129
#if defined(TARGET_LPC17XX)
130130
# if defined(TOOLCHAIN_GCC_ARM) || defined(TOOLCHAIN_ARM)
131-
# define ETHMEM_SECTION __attribute__((section("AHBSRAM"),aligned))
131+
# define ETHMEM_SECTION __attribute__((section("AHBSRAM"), aligned(32)))
132132
# endif
133133
#endif
134134

0 commit comments

Comments
 (0)