From 93ab8dfba3df6711d7cfbc1ad2d981cd6302cb54 Mon Sep 17 00:00:00 2001 From: cTn Date: Tue, 22 Jul 2014 13:20:26 +0200 Subject: [PATCH] move flashing protocols to separate folder --- js/{ => protocols}/stm32.js | 0 js/{stm32dfu.js => protocols/stm32usbdfu.js} | 0 main.html | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename js/{ => protocols}/stm32.js (100%) rename js/{stm32dfu.js => protocols/stm32usbdfu.js} (100%) diff --git a/js/stm32.js b/js/protocols/stm32.js similarity index 100% rename from js/stm32.js rename to js/protocols/stm32.js diff --git a/js/stm32dfu.js b/js/protocols/stm32usbdfu.js similarity index 100% rename from js/stm32dfu.js rename to js/protocols/stm32usbdfu.js diff --git a/main.html b/main.html index 57a9f141..9f208cfa 100644 --- a/main.html +++ b/main.html @@ -32,8 +32,8 @@ - - + +