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:
Gerard Marull-Paretas 2022-01-03 18:49:52 +01:00 committed by Carles Cufí
commit 7a5ee28755

View file

@ -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)