Set console baud to 1 MHz
This commit is contained in:
0
src/common/common.mk
Normal file
0
src/common/common.mk
Normal file
7
src/common/include/common/macro.h
Normal file
7
src/common/include/common/macro.h
Normal 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
|
Reference in New Issue
Block a user