mirror of
https://github.com/apache/nuttx.git
synced 2026-08-10 06:55:13 +00:00
arch/renesas: Undefine macro B0 to avoid the confliction
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
parent
077a28eff6
commit
228442ee23
1 changed files with 2 additions and 0 deletions
|
|
@ -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
|
||||
****************************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue