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:
Francisco Gil 2022-06-10 11:10:01 +02:00
parent 2b2b584825
commit 8176b68510
1 changed files with 0 additions and 1 deletions

View File

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