Commit 89d9642
committed
cmsis: patch rtx_def because of our deps
rtx_def.h is included in assembly files. As it pulls in the RTE components headers, this is causing
lot of assembly errros coming from C/C++ headers. Similar to our previous patch for older CMSIS versions:
7149ffe
We will review how RTE_Components are used and this is valid, I haven't found any docs mentioning
it should be valid for assembly files.1 parent 551bceb commit 89d9642
1 file changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
0 commit comments