Update uart submodule to fix 115200 baud with 16 MHz

This commit is contained in:
2020-04-13 00:22:02 +02:00
parent 9390f7830b
commit 0a65626975
5 changed files with 64 additions and 62 deletions

View File

@@ -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>

View File

@@ -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>