riscv/bl602/chip.h: Add assembly guards for standard includes.
This commit is contained in:
parent
779fc6461f
commit
a132fa38f6
@ -26,9 +26,12 @@
|
||||
****************************************************************************/
|
||||
|
||||
#include <nuttx/config.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
# include <sys/types.h>
|
||||
# include <stdint.h>
|
||||
# include <stdbool.h>
|
||||
#endif /* __ASSEMBLY__ */
|
||||
|
||||
#include <arch/irq.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user