From bb169240e69ebd6002119641a789a61efa0fb5f8 Mon Sep 17 00:00:00 2001 From: Gabriel Lima Date: Mon, 18 Aug 2025 01:03:08 -0300 Subject: [PATCH] Rename project and .ioc from template --- .project | 2 +- ...F407VG-RoboFramework_STM32-Template.ioc => F407VG-USBHID.ioc | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename STM32F407VG-RoboFramework_STM32-Template.ioc => F407VG-USBHID.ioc (100%) diff --git a/.project b/.project index a7af5d2..dd9a228 100644 --- a/.project +++ b/.project @@ -1,6 +1,6 @@ - STM32F407VG-RoboFramework_STM32-Template + F407VG-USBHID diff --git a/STM32F407VG-RoboFramework_STM32-Template.ioc b/F407VG-USBHID.ioc similarity index 100% rename from STM32F407VG-RoboFramework_STM32-Template.ioc rename to F407VG-USBHID.ioc