Browse Source

Merge pull request #538 from KurtE/imxrt_define_build_fix

T4 compile fix - imxrt.h move )
main
Paul Stoffregen 3 years ago
parent
commit
026ad21461
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      teensy4/imxrt.h

+ 1
- 1
teensy4/imxrt.h View File

@@ -1313,7 +1313,7 @@ typedef struct {
#define AOI2_BFCRT233 (IMXRT_AOI2.offset00E)

// 14.7: page 1045
#define IMXRT_CCM (*(IMXRT_REGISTER32_t *))IMXRT_CCM_ADDRESS
#define IMXRT_CCM (*(IMXRT_REGISTER32_t *)IMXRT_CCM_ADDRESS)
#define CCM_CCR (IMXRT_CCM.offset000)
#define CCM_CSR (IMXRT_CCM.offset008)
#define CCM_CCSR (IMXRT_CCM.offset00C)

Loading…
Cancel
Save