You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use GCC-compatible alignment specifier in TM4C NetworkInterface.c (#1027)
* Use GCC-compatible alignment specifier in TM4C NetworkInterface.c
Replace the CCS-only pragma with GCC attribute. Fixing this along with #1206 will make this file build without warnings on the ARM GNU toolchain.
The CCS compiler does support this attribute, see section 5.17.2 in: https://www.ti.com/lit/ug/spnu151w/spnu151w.pdf?ts=1695011722091
* Uncrustify: triggered by comment.
---------
Co-authored-by: GitHub Action <action@github.com>
0 commit comments