From 8176b68510b3f5b67f14d6c8d82aae786f40ddeb Mon Sep 17 00:00:00 2001 From: Francisco Gil Date: Fri, 10 Jun 2022 11:10:01 +0200 Subject: [PATCH] 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 --- apix-spi-example/main.c | 1 - 1 file changed, 1 deletion(-) diff --git a/apix-spi-example/main.c b/apix-spi-example/main.c index 9b4c313..097cd42 100644 --- a/apix-spi-example/main.c +++ b/apix-spi-example/main.c @@ -18,7 +18,6 @@ #include #include #include -#include #include #include #include