soc: arm: atmel_sam0: common: soc_port: add missing include
The source file uses boolean types internally, however, <stdbool.h> was not included. It was likely included indirectly before via <devicetree.h> -> <sys/util.h>. Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
parent
095a21e2cf
commit
7a5ee28755
1 changed files with 2 additions and 0 deletions
|
@ -9,6 +9,8 @@
|
|||
* @brief Atmel SAM0 MCU family I/O Pin Controller (PORT)
|
||||
*/
|
||||
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "soc_port.h"
|
||||
|
||||
int soc_port_pinmux_set(PortGroup *pg, uint32_t pin, uint32_t func)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue