From cbb4f852e1f7f3ddaefd27431ae08f3d001ae093 Mon Sep 17 00:00:00 2001 From: Cruz Monrreal Date: Thu, 27 Sep 2018 18:07:22 -0500 Subject: [PATCH] Replace storage example targets from K64F to K82F Suggested here: https://github.com/ARMmbed/mbed-os/pull/8246#issuecomment-425199620 --- tools/test/examples/examples.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/test/examples/examples.json b/tools/test/examples/examples.json index b2ce9bcf5e..fb9434f833 100644 --- a/tools/test/examples/examples.json +++ b/tools/test/examples/examples.json @@ -238,7 +238,7 @@ ], "test-repo-source": "github", "features" : [], - "targets" : ["K64F"], + "targets" : ["K82F"], "toolchains" : [], "exporters": [], "compile" : true, @@ -251,7 +251,7 @@ "mbed": [], "test-repo-source": "github", "features" : [], - "targets" : ["K64F"], + "targets" : ["K82F"], "toolchains" : [], "exporters": [], "compile" : true,