EXAMPLES: temporarily turn off build for NFC examples

pull/11710/head
Qinghao Shi 2019-10-25 17:33:27 +01:00
parent 5100bddc99
commit a211cf16a9
1 changed files with 2 additions and 2 deletions

View File

@ -370,8 +370,8 @@
"targets" : ["NUCLEO_F401RE", "DISCO_L475VG_IOT01A"],
"toolchains" : [],
"exporters": [],
"compile" : true,
"export": true,
"compile" : false,
"export": false,
"test" : false,
"auto-update" : true
},