Skip to content

Commit 917dc83

Browse files
author
Cruz Monrreal
authored
Merge pull request #7405 from marcuschangarm/fix-nrf52-target
Fix target definition for NRF52 series
2 parents 8b6dfc4 + 3f28fe2 commit 917dc83

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

targets/targets.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3675,12 +3675,12 @@
36753675
"SERIAL",
36763676
"SERIAL_ASYNCH",
36773677
"SERIAL_FC",
3678+
"SLEEP",
36783679
"SPI",
36793680
"SPI_ASYNCH",
36803681
"STCLK_OFF_DURING_SLEEP",
36813682
"TRNG",
3682-
"USTICKER",
3683-
"SLEEP"
3683+
"USTICKER"
36843684
],
36853685
"extra_labels": [
36863686
"NORDIC",
@@ -3771,7 +3771,6 @@
37713771
"PORTINOUT",
37723772
"PORTOUT",
37733773
"PWMOUT",
3774-
"RTC",
37753774
"SERIAL",
37763775
"SERIAL_ASYNCH",
37773776
"SERIAL_FC",

0 commit comments

Comments
 (0)