Browse Source

Fix macro typo in imxrt for HW_OCOTP_MEM1.

Looks like the macro was defined with a space instead of an underscore, breaking the intended macro name.
teensy4-core
Chris Dailey 4 years ago
parent
commit
976406ee6b
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