From f971bf495d24c0b5643030fdbeb95f722eb7c83e Mon Sep 17 00:00:00 2001 From: adustm Date: Tue, 15 Sep 2015 10:07:41 +0200 Subject: [PATCH] NUCLEO_F031K6: Add gcc compilation exporter file --- workspace_tools/export/gcc_arm_nucleo_f031k6.tmpl | 1 + 1 file changed, 1 insertion(+) create mode 100644 workspace_tools/export/gcc_arm_nucleo_f031k6.tmpl diff --git a/workspace_tools/export/gcc_arm_nucleo_f031k6.tmpl b/workspace_tools/export/gcc_arm_nucleo_f031k6.tmpl new file mode 100644 index 0000000000..6e616cc884 --- /dev/null +++ b/workspace_tools/export/gcc_arm_nucleo_f031k6.tmpl @@ -0,0 +1 @@ +{% extends "gcc_arm_common.tmpl" %}