Changed name to lowercase
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#include "USART.h"
|
||||
#include "usart.h"
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////
|
||||
uint8_t USART0::readUCSRC()
|
||||
|
||||
@@ -12,9 +12,9 @@
|
||||
<OutputFileName>$(MSBuildProjectName)</OutputFileName>
|
||||
<OutputFileExtension>.elf</OutputFileExtension>
|
||||
<OutputDirectory>$(MSBuildProjectDirectory)\$(Configuration)</OutputDirectory>
|
||||
<AssemblyName>USART</AssemblyName>
|
||||
<Name>USART</Name>
|
||||
<RootNamespace>USART</RootNamespace>
|
||||
<AssemblyName>usart</AssemblyName>
|
||||
<Name>usart</Name>
|
||||
<RootNamespace>usart</RootNamespace>
|
||||
<ToolchainFlavour>Native</ToolchainFlavour>
|
||||
<KeepTimersRunning>true</KeepTimersRunning>
|
||||
<OverrideVtor>false</OverrideVtor>
|
||||
@@ -160,10 +160,10 @@
|
||||
<Compile Include="string.h">
|
||||
<SubType>compile</SubType>
|
||||
</Compile>
|
||||
<Compile Include="USART.cpp">
|
||||
<Compile Include="usart.cpp">
|
||||
<SubType>compile</SubType>
|
||||
</Compile>
|
||||
<Compile Include="USART.h">
|
||||
<Compile Include="usart.h">
|
||||
<SubType>compile</SubType>
|
||||
</Compile>
|
||||
<Compile Include="vector.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
|
||||
|
||||
@@ -6,7 +6,7 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include "Clock.h"
|
||||
#include "USART.h"
|
||||
#include "usart.h"
|
||||
|
||||
int main()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user