spi: remove header from example
The stdint header is needed by the library to work. Removed from here and added in the spi.h. Signed-off-by: Francisco Gil <francisco.gilmartinez@digi.com>
This commit is contained in:
parent
2b2b584825
commit
8176b68510
|
|
@ -18,7 +18,6 @@
|
|||
#include <libgen.h>
|
||||
#include <limits.h>
|
||||
#include <signal.h>
|
||||
#include <stdint.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue