Browse Source

Merge pull request #475 from nitz/patch-1

Fix macro typo in imxrt for HW_OCOTP_MEM1.
teensy4-core
Paul Stoffregen 4 years ago
parent
commit
9479819000
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

@@ -7030,7 +7030,7 @@ typedef struct {
#define HW_OCOTP_CFG5 (IMXRT_OCOTP_VALUE.offset060)
#define HW_OCOTP_CFG6 (IMXRT_OCOTP_VALUE.offset070)
#define HW_OCOTP_MEM0 (IMXRT_OCOTP_VALUE.offset080)
#define HW_OCOTP MEM1 (IMXRT_OCOTP_VALUE.offset090)
#define HW_OCOTP_MEM1 (IMXRT_OCOTP_VALUE.offset090)
#define HW_OCOTP_MEM2 (IMXRT_OCOTP_VALUE.offset0A0)
#define HW_OCOTP_MEM3 (IMXRT_OCOTP_VALUE.offset0B0)
#define HW_OCOTP_MEM4 (IMXRT_OCOTP_VALUE.offset0C0)

Loading…
Cancel
Save