Using 8MHz for testing

This commit is contained in:
Miducc
2023-06-23 09:40:12 +07:00
parent f09793786d
commit 05553db313

8
inc/macro_define.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef _MACRO_DEFINE_
#define _MACRO_DEFINE_
#define _HIRCC_8M 1
#define _HIRCC_4M 0
#define _HIRCC_2M 0
#endif