mirror of
https://github.com/apache/nuttx.git
synced 2026-05-19 20:06:24 +08:00
Add debug.h selection choice to support include chip debug.h
Select debug.h which may be under include/arch or include/arch/chip. Signed-off-by: liuhaitao <liuhaitao@xiaomi.com> Change-Id: I5f465c41ba27d040e5e24b2eef2918cfbc18a0bd
This commit is contained in:
@@ -46,6 +46,9 @@
|
||||
#ifdef CONFIG_ARCH_DEBUG_H
|
||||
# include <arch/debug.h>
|
||||
#endif
|
||||
#ifdef CONFIG_ARCH_CHIP_DEBUG_H
|
||||
# include <arch/chip/debug.h>
|
||||
#endif
|
||||
|
||||
#include <syslog.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user