Apply review suggestions

This commit is contained in:
Wojtek Siudzinski
2020-02-18 16:01:51 +01:00
committed by Daniel Esteban
parent 765440b8ec
commit 0c0af6d3fe
6 changed files with 15 additions and 21 deletions
+1 -3
View File
@@ -1,6 +1,4 @@
{
"inherits": ["particle-3rd-gen"],
"build-tags": ["particle_argon"],
"flash-method": "openocd",
"openocd-interface": "cmsis-dap"
"build-tags": ["particle_argon"]
}
+1 -3
View File
@@ -1,6 +1,4 @@
{
"inherits": ["particle-3rd-gen"],
"build-tags": ["particle_boron"],
"flash-method": "openocd",
"openocd-interface": "cmsis-dap"
"build-tags": ["particle_boron"]
}
+1 -3
View File
@@ -1,6 +1,4 @@
{
"inherits": ["particle-3rd-gen"],
"build-tags": ["particle_xenon"],
"flash-method": "openocd",
"openocd-interface": "cmsis-dap"
"build-tags": ["particle_xenon"]
}