Update uart submodule to fix 115200 baud with 16 MHz
This commit is contained in:
parent
9390f7830b
commit
0a65626975
@ -1,4 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define F_CPU 18'432'000
|
//#define F_CPU 18'432'000
|
||||||
|
#define F_CPU 16'000'000
|
||||||
#include <util/delay.h>
|
#include <util/delay.h>
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#define F_CPU 18'432'000
|
//#define F_CPU 18'432'000
|
||||||
|
#define F_CPU 16'000'000
|
||||||
#include <util/delay.h>
|
#include <util/delay.h>
|
||||||
|
@ -169,7 +169,7 @@
|
|||||||
<Value>%24(PackRepoDir)\Atmel\ATmega_DFP\1.4.346\include</Value>
|
<Value>%24(PackRepoDir)\Atmel\ATmega_DFP\1.4.346\include</Value>
|
||||||
</ListValues>
|
</ListValues>
|
||||||
</avrgcccpp.assembler.general.IncludePaths>
|
</avrgcccpp.assembler.general.IncludePaths>
|
||||||
</AvrGccCpp>
|
</AvrGccCpp>
|
||||||
</ToolchainSettings>
|
</ToolchainSettings>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit ae03c8d43e46dfbd396a052f71670727b293ac76
|
Subproject commit 04b6782ec457fb22759a097892b863a3ec6eaab4
|
2
tsb/uart
2
tsb/uart
@ -1 +1 @@
|
|||||||
Subproject commit ae03c8d43e46dfbd396a052f71670727b293ac76
|
Subproject commit 04b6782ec457fb22759a097892b863a3ec6eaab4
|
Loading…
Reference in New Issue
Block a user