spi.h needs to include errno.h now
This commit is contained in:
parent
7ee6c5bcfc
commit
a4a496ad6f
|
@ -46,6 +46,7 @@
|
|||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
|
||||
/****************************************************************************
|
||||
* Pre-processor Definitions
|
||||
|
|
Loading…
Reference in New Issue