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
|
||||
|
||||
#define F_CPU 18'432'000
|
||||
//#define F_CPU 18'432'000
|
||||
#define F_CPU 16'000'000
|
||||
#include <util/delay.h>
|
||||
|
@ -1,4 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#define F_CPU 18'432'000
|
||||
//#define F_CPU 18'432'000
|
||||
#define F_CPU 16'000'000
|
||||
#include <util/delay.h>
|
||||
|
@ -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