diff --git a/USART.atsln b/USART.atsln
index 81e3f7a..3981c17 100644
--- a/USART.atsln
+++ b/USART.atsln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Atmel Studio Solution File, Format Version 11.00
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{E66E83B9-2572-4076-B26E-6BE79FF3018A}") = "USART", "USART\USART.cppproj", "{DCE6C7E3-EE26-4D79-826B-08594B9AD897}"
+Project("{E66E83B9-2572-4076-B26E-6BE79FF3018A}") = "usart", "usart\usart.cppproj", "{DCE6C7E3-EE26-4D79-826B-08594B9AD897}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/USART/USART.cpp b/USART/USART.cpp
index aa47442..e558ed6 100644
--- a/USART/USART.cpp
+++ b/USART/USART.cpp
@@ -1,4 +1,4 @@
-#include "USART.h"
+#include "usart.h"
//////////////////////////////////////////////////////////////////////////
uint8_t USART0::readUCSRC()
diff --git a/USART/USART.cppproj b/USART/USART.cppproj
index c9adea3..1a12ec0 100644
--- a/USART/USART.cppproj
+++ b/USART/USART.cppproj
@@ -12,9 +12,9 @@
$(MSBuildProjectName)
.elf
$(MSBuildProjectDirectory)\$(Configuration)
- USART
- USART
- USART
+ usart
+ usart
+ usart
Native
true
false
@@ -160,10 +160,10 @@
compile
-
+
compile
-
+
compile
diff --git a/USART/USART.h b/USART/USART.h
index 1e53087..501082c 100644
--- a/USART/USART.h
+++ b/USART/USART.h
@@ -1,7 +1,7 @@
/*
* Copyright (c) by BlackMark 2015-2016
-* Date 19/05/2016
-* Version 2.3
+* Date 20/05/2016
+* Version 2.4
*/
#ifndef USART_H
diff --git a/USART/main.cpp b/USART/main.cpp
index 25571dc..a33559a 100644
--- a/USART/main.cpp
+++ b/USART/main.cpp
@@ -6,7 +6,7 @@
#include
#include "Clock.h"
-#include "USART.h"
+#include "usart.h"
int main()
{