Merge pull request #13810 from paul-szczepanek-arm/fix-example-list

Remove missing examples from the config
pull/13085/head
Martin Kojtal 2020-10-26 11:45:30 +00:00 committed by GitHub
commit 5283c4f1e6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 5 deletions

View File

@ -61,10 +61,7 @@
"sub-repo-example": true, "sub-repo-example": true,
"subs": [ "subs": [
"BLE_BatteryLevel", "BLE_BatteryLevel",
"BLE_Beacon",
"BLE_Button",
"BLE_GAP", "BLE_GAP",
"BLE_GAPButton",
"BLE_GattClient", "BLE_GattClient",
"BLE_GattServer", "BLE_GattServer",
"BLE_HeartRate", "BLE_HeartRate",
@ -72,8 +69,7 @@
"BLE_LEDBlinker", "BLE_LEDBlinker",
"BLE_PeriodicAdvertising", "BLE_PeriodicAdvertising",
"BLE_Privacy", "BLE_Privacy",
"BLE_SM", "BLE_SM"
"BLE_Thermometer"
], ],
"features" : [], "features" : [],
"targets" : ["NRF52_DK", "DISCO_L475VG_IOT01A"], "targets" : ["NRF52_DK", "DISCO_L475VG_IOT01A"],