Update uart submodule to fix 115200 baud with 16 MHz
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user