Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information