mirror of https://github.com/ARMmbed/mbed-os.git
nrf52x: fix QSPI enable flag
QSPI feature was mistakenly moved form target nrf52840 to nrf52832 while rebasing. This change fixes itpull/7783/head
parent
e5e05df66c
commit
1534426b7e
|
|
@ -3873,8 +3873,7 @@
|
||||||
"SPI_ASYNCH",
|
"SPI_ASYNCH",
|
||||||
"STCLK_OFF_DURING_SLEEP",
|
"STCLK_OFF_DURING_SLEEP",
|
||||||
"TRNG",
|
"TRNG",
|
||||||
"USTICKER",
|
"USTICKER"
|
||||||
"QSPI"
|
|
||||||
],
|
],
|
||||||
"extra_labels": [
|
"extra_labels": [
|
||||||
"NORDIC",
|
"NORDIC",
|
||||||
|
|
@ -3979,7 +3978,8 @@
|
||||||
"SPI_ASYNCH",
|
"SPI_ASYNCH",
|
||||||
"STCLK_OFF_DURING_SLEEP",
|
"STCLK_OFF_DURING_SLEEP",
|
||||||
"TRNG",
|
"TRNG",
|
||||||
"USTICKER"
|
"USTICKER",
|
||||||
|
"QSPI"
|
||||||
],
|
],
|
||||||
"extra_labels": [
|
"extra_labels": [
|
||||||
"NORDIC",
|
"NORDIC",
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue