We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c3bafd commit b6521caCopy full SHA for b6521ca
connectivity/drivers/emac/TARGET_NXP_EMAC/TARGET_LPCTarget/lpc17_emac.cpp
@@ -128,7 +128,7 @@ struct lpc_enetdata {
128
129
#if defined(TARGET_LPC17XX)
130
# if defined(TOOLCHAIN_GCC_ARM) || defined(TOOLCHAIN_ARM)
131
-# define ETHMEM_SECTION __attribute__((section("AHBSRAM"),aligned))
+# define ETHMEM_SECTION __attribute__((section("AHBSRAM"), aligned(32)))
132
# endif
133
#endif
134
0 commit comments