Skip to content

Commit 7e88a70

Browse files
maciejbocianski0xc0170
authored andcommitted
nrf52x: fix QSPI enable flag
QSPI feature was mistakenly moved form target nrf52840 to nrf52832 while rebasing. This change fixes it
1 parent fa8f62d commit 7e88a70

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
@@ -3719,8 +3719,7 @@
37193719
"SPI_ASYNCH",
37203720
"STCLK_OFF_DURING_SLEEP",
37213721
"TRNG",
3722-
"USTICKER",
3723-
"QSPI"
3722+
"USTICKER"
37243723
],
37253724
"extra_labels": [
37263725
"NORDIC",
@@ -3819,7 +3818,8 @@
38193818
"SPI_ASYNCH",
38203819
"STCLK_OFF_DURING_SLEEP",
38213820
"TRNG",
3822-
"USTICKER"
3821+
"USTICKER",
3822+
"QSPI"
38233823
],
38243824
"extra_labels": [
38253825
"NORDIC",

0 commit comments

Comments
 (0)