From def04123d757cc20fa0085801c179daaf4c18817 Mon Sep 17 00:00:00 2001 From: andrey Date: Sat, 1 Apr 2017 20:22:40 -0400 Subject: [PATCH] safer folder name --- .gitmodules | 2 +- firmware/{ChibiOS => ChibiOS3} | 0 firmware/Makefile | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename firmware/{ChibiOS => ChibiOS3} (100%) diff --git a/.gitmodules b/.gitmodules index 2699bb63c0..aec68fb03f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,5 +1,5 @@ [submodule "firmware/ChibiOS"] - path = firmware/ChibiOS + path = firmware/ChibiOS3 url = https://github.com/rusefi/ChibiOS.git branch = stable_rusefi [submodule "firmware/ChibiOS-Contrib"] diff --git a/firmware/ChibiOS b/firmware/ChibiOS3 similarity index 100% rename from firmware/ChibiOS rename to firmware/ChibiOS3 diff --git a/firmware/Makefile b/firmware/Makefile index 55f41243e0..5f9652018a 100644 --- a/firmware/Makefile +++ b/firmware/Makefile @@ -87,7 +87,7 @@ PROJECT = rusefi PROJECT_DIR = . # Imported source files and paths -CHIBIOS = ChibiOS +CHIBIOS = ChibiOS3 CHIBIOS_CONTRIB = ChibiOS-Contrib ifneq ($(PROJECT_BOARD),OLIMEX_STM32_E407)