Skip to content

Commit 782734c

Browse files
cy-vaira0xc0170
authored andcommitted
Added MBED_CONF_ prefix to QSPI pins, GitHub issue# 10060
1 parent 83aa8b0 commit 782734c

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

features/storage/kvstore/conf/kv_config.cpp

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -486,12 +486,12 @@ BlockDevice *_get_blockdevice_QSPIF(bd_addr_t start_address, bd_size_t size)
486486
bd_addr_t aligned_start_address;
487487

488488
static QSPIFBlockDevice bd(
489-
QSPI_FLASH1_IO0,
490-
QSPI_FLASH1_IO1,
491-
QSPI_FLASH1_IO2,
492-
QSPI_FLASH1_IO3,
493-
QSPI_FLASH1_SCK,
494-
QSPI_FLASH1_CSN,
489+
MBED_CONF_QSPIF_QSPI_IO0,
490+
MBED_CONF_QSPIF_QSPI_IO1,
491+
MBED_CONF_QSPIF_QSPI_IO2,
492+
MBED_CONF_QSPIF_QSPI_IO3,
493+
MBED_CONF_QSPIF_QSPI_SCK,
494+
MBED_CONF_QSPIF_QSPI_CSN,
495495
QSPIF_POLARITY_MODE_0,
496496
MBED_CONF_QSPIF_QSPI_FREQ
497497
);

0 commit comments

Comments
 (0)