Set console baud to 1 MHz

This commit is contained in:
Jeremy Soller
2019-09-30 17:36:15 -06:00
parent 2db0b8c36a
commit 15004f76b3
8 changed files with 19 additions and 6 deletions

0
src/common/common.mk Normal file
View File

View File

@@ -0,0 +1,7 @@
#ifndef _COMMON_MACRO_H
#define _COMMON_MACRO_H
#define xstr(s) str(s)
#define str(s) #s
#endif // _COMMON_MACRO_H