test config: SPIF - overwrite QSPIF with all devices

pull/12318/head
Veijo Pesonen 2020-01-28 12:36:24 +02:00
parent 4f4ef6069e
commit 3ee153a303
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@
}
},
"target_overrides": {
"NRF52840_DK": {
"*": {
"target.components_remove": ["QSPI", "QSPIF"],
"target.components_add" : ["SPI", "SPIF"]
}