summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrobert-hh <robert@hammelrath.com>2021-08-21 12:24:10 +0200
committerDamien George <damien@micropython.org>2021-10-25 15:50:44 +1100
commit101d2ddea308d532818fc456d4093941fa01e37b (patch)
tree78d69cd98d3d6ba7b08b39b063f1e129e85105be
parent68146aa197bbb5b62c671fbc116352a625902394 (diff)
mimxrt/hal: Remove duplicate definitions from flexspi_hyper_flash.h.
-rw-r--r--ports/mimxrt/hal/flexspi_hyper_flash.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/ports/mimxrt/hal/flexspi_hyper_flash.h b/ports/mimxrt/hal/flexspi_hyper_flash.h
index d51ca3073..dbd028fd6 100644
--- a/ports/mimxrt/hal/flexspi_hyper_flash.h
+++ b/ports/mimxrt/hal/flexspi_hyper_flash.h
@@ -59,12 +59,4 @@ static inline uint32_t flexspi_get_frequency(void) {
return fre;
}
-#define HYPERFLASH_CMD_LUT_SEQ_IDX_READDATA 0
-#define HYPERFLASH_CMD_LUT_SEQ_IDX_WRITEDATA 1
-#define HYPERFLASH_CMD_LUT_SEQ_IDX_READSTATUS 2
-#define HYPERFLASH_CMD_LUT_SEQ_IDX_WRITEENABLE 4
-#define HYPERFLASH_CMD_LUT_SEQ_IDX_ERASESECTOR 6
-#define HYPERFLASH_CMD_LUT_SEQ_IDX_PAGEPROGRAM 10
-#define HYPERFLASH_CMD_LUT_SEQ_IDX_ERASECHIP 12
-
#endif // MICROPY_INCLUDED_MIMXRT_HAL_FLEXSPI_HYPER_FLASH_H