diff options
| author | iabdalkader <i.abdalkader@gmail.com> | 2025-01-25 13:42:24 +0100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2025-02-07 22:39:45 +1100 |
| commit | d76733d05856d389f216d60c71d1a7043d78c510 (patch) | |
| tree | ac3b9015dc884bce21b660e600b9a0b6e4dd0a65 | |
| parent | 67ebc537c3d0095d3b6a0ef8a7160ba06ea95dff (diff) | |
mimxrt/mpconfigport: Remove hard-coded CMSIS header.
Signed-off-by: iabdalkader <i.abdalkader@gmail.com>
| -rw-r--r-- | ports/mimxrt/mpconfigport.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ports/mimxrt/mpconfigport.h b/ports/mimxrt/mpconfigport.h index 146c86015..923eff4dc 100644 --- a/ports/mimxrt/mpconfigport.h +++ b/ports/mimxrt/mpconfigport.h @@ -29,7 +29,6 @@ // Board specific definitions #include "mpconfigboard.h" #include "fsl_common.h" -#include "lib/nxp_driver/sdk/CMSIS/Include/core_cm7.h" uint32_t trng_random_u32(void); |
