Commit ce7b689
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>1 parent 5e55153 commit ce7b689
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
136 | | - | |
| 135 | + | |
137 | 136 | | |
138 | 137 | | |
139 | 138 | | |
| |||
0 commit comments