mirror of
https://github.com/apache/nuttx.git
synced 2026-09-02 23:23:02 +00:00
arch/mips/src/pic32mz/pic32mz-gpio.h: Include stdbool and stdint, they are used in this file.
This commit is contained in:
parent
5a3c9c914c
commit
fd1b82ae4b
1 changed files with 6 additions and 0 deletions
|
|
@ -42,6 +42,12 @@
|
|||
|
||||
#include <nuttx/config.h>
|
||||
#include <nuttx/compiler.h>
|
||||
|
||||
#ifndef __ASSEMBLY__
|
||||
# include <stdint.h>
|
||||
# include <stdbool.h>
|
||||
#endif
|
||||
|
||||
#include <nuttx/irq.h>
|
||||
#include <arch/pic32mz/irq.h>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue