Skip to content

Commit 1534426

Browse files
nrf52x: fix QSPI enable flag
QSPI feature was mistakenly moved form target nrf52840 to nrf52832 while rebasing. This change fixes it
1 parent e5e05df commit 1534426

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

targets/targets.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3873,8 +3873,7 @@
38733873
"SPI_ASYNCH",
38743874
"STCLK_OFF_DURING_SLEEP",
38753875
"TRNG",
3876-
"USTICKER",
3877-
"QSPI"
3876+
"USTICKER"
38783877
],
38793878
"extra_labels": [
38803879
"NORDIC",
@@ -3979,7 +3978,8 @@
39793978
"SPI_ASYNCH",
39803979
"STCLK_OFF_DURING_SLEEP",
39813980
"TRNG",
3982-
"USTICKER"
3981+
"USTICKER",
3982+
"QSPI"
39833983
],
39843984
"extra_labels": [
39853985
"NORDIC",

0 commit comments

Comments
 (0)