aboutsummaryrefslogtreecommitdiff
path: root/examples/io/pads/spi.h
diff options
context:
space:
mode:
authorspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-11-18 17:23:25 +0100
committerspicyjpeg <88942473+spicyjpeg@users.noreply.github.com>2021-11-18 17:23:25 +0100
commit619fa016bbc4ddd8d4a670cf3f8aa63617473b2f (patch)
tree3b526a071b715452beadf168e3c6fc898b5fe48c /examples/io/pads/spi.h
parent8b6a76055ca426c494e16042e21f5e19b870b2ac (diff)
downloadpsn00bsdk-619fa016bbc4ddd8d4a670cf3f8aa63617473b2f.tar.gz
Deprecated malloc.h, moved int*_t types to stdint.h
Diffstat (limited to 'examples/io/pads/spi.h')
-rw-r--r--examples/io/pads/spi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/io/pads/spi.h b/examples/io/pads/spi.h
index 09223e2..1c473cd 100644
--- a/examples/io/pads/spi.h
+++ b/examples/io/pads/spi.h
@@ -6,6 +6,7 @@
#ifndef __SPI_H
#define __SPI_H
+#include <stdint.h>
#include <psxpad.h>
//#define SPI_BUFF_LEN 34