Skip to content

Commit af90f2c

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 24750d6 commit af90f2c

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
@@ -3731,8 +3731,7 @@
37313731
"SPI_ASYNCH",
37323732
"STCLK_OFF_DURING_SLEEP",
37333733
"TRNG",
3734-
"USTICKER",
3735-
"QSPI"
3734+
"USTICKER"
37363735
],
37373736
"extra_labels": [
37383737
"NORDIC",
@@ -3831,7 +3830,8 @@
38313830
"SPI_ASYNCH",
38323831
"STCLK_OFF_DURING_SLEEP",
38333832
"TRNG",
3834-
"USTICKER"
3833+
"USTICKER",
3834+
"QSPI"
38353835
],
38363836
"extra_labels": [
38373837
"NORDIC",

0 commit comments

Comments
 (0)