nrf5/hal: Adding include of stdbool.h in hal_spi.h as it is used by the header.
This commit is contained in:
parent
62c3f9c1e3
commit
795df06283
@ -27,6 +27,7 @@
|
||||
#ifndef HAL_SPI_H__
|
||||
#define HAL_SPI_H__
|
||||
|
||||
#include <stdbool.h>
|
||||
#include "nrf.h"
|
||||
|
||||
#if NRF51
|
||||
|
Loading…
x
Reference in New Issue
Block a user