arch/renesas: Undefine macro B0 to avoid the confliction

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2021-12-18 01:18:34 +08:00 committed by Gustavo Henrique Nihei
parent 077a28eff6
commit 228442ee23

View File

@ -1022,6 +1022,8 @@
#define FLASHCONST (*(volatile struct st_flashconst *)0xfe7f7d90)
#define TEMPSCONST (*(volatile struct st_tempsconst *)0xfe7f7d7c)
#undef B0 /* Avoid the conflicted macro in termios.h */
/****************************************************************************
* Public Types
****************************************************************************/