From b1bd03eeb652dfa4234c658fa1102f5d0b724844 Mon Sep 17 00:00:00 2001 From: BlackMark Date: Fri, 20 May 2016 15:37:33 +0200 Subject: [PATCH] Really changed name to lowercase --- USART.atsln => usart.atsln | 0 {USART => usart}/Clock.h | 0 {USART => usart}/cppalloc.cpp | 0 {USART => usart}/cppalloc.h | 0 {USART => usart}/main.cpp | 0 {USART => usart}/string.cpp | 0 {USART => usart}/string.h | 0 USART/USART.cpp => usart/usart.cpp | 0 USART/USART.cppproj => usart/usart.cppproj | 0 USART/USART.h => usart/usart.h | 0 {USART => usart}/vector.h | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename USART.atsln => usart.atsln (100%) rename {USART => usart}/Clock.h (100%) rename {USART => usart}/cppalloc.cpp (100%) rename {USART => usart}/cppalloc.h (100%) rename {USART => usart}/main.cpp (100%) rename {USART => usart}/string.cpp (100%) rename {USART => usart}/string.h (100%) rename USART/USART.cpp => usart/usart.cpp (100%) rename USART/USART.cppproj => usart/usart.cppproj (100%) rename USART/USART.h => usart/usart.h (100%) rename {USART => usart}/vector.h (100%) diff --git a/USART.atsln b/usart.atsln similarity index 100% rename from USART.atsln rename to usart.atsln diff --git a/USART/Clock.h b/usart/Clock.h similarity index 100% rename from USART/Clock.h rename to usart/Clock.h diff --git a/USART/cppalloc.cpp b/usart/cppalloc.cpp similarity index 100% rename from USART/cppalloc.cpp rename to usart/cppalloc.cpp diff --git a/USART/cppalloc.h b/usart/cppalloc.h similarity index 100% rename from USART/cppalloc.h rename to usart/cppalloc.h diff --git a/USART/main.cpp b/usart/main.cpp similarity index 100% rename from USART/main.cpp rename to usart/main.cpp diff --git a/USART/string.cpp b/usart/string.cpp similarity index 100% rename from USART/string.cpp rename to usart/string.cpp diff --git a/USART/string.h b/usart/string.h similarity index 100% rename from USART/string.h rename to usart/string.h diff --git a/USART/USART.cpp b/usart/usart.cpp similarity index 100% rename from USART/USART.cpp rename to usart/usart.cpp diff --git a/USART/USART.cppproj b/usart/usart.cppproj similarity index 100% rename from USART/USART.cppproj rename to usart/usart.cppproj diff --git a/USART/USART.h b/usart/usart.h similarity index 100% rename from USART/USART.h rename to usart/usart.h diff --git a/USART/vector.h b/usart/vector.h similarity index 100% rename from USART/vector.h rename to usart/vector.h