summaryrefslogtreecommitdiff
path: root/software/hhd70dongle/spi.h
diff options
context:
space:
mode:
Diffstat (limited to 'software/hhd70dongle/spi.h')
-rw-r--r--software/hhd70dongle/spi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/software/hhd70dongle/spi.h b/software/hhd70dongle/spi.h
index 1243122..6346c05 100644
--- a/software/hhd70dongle/spi.h
+++ b/software/hhd70dongle/spi.h
@@ -36,6 +36,6 @@
void spi_init(void);
void spi_write_byte(char byte);
void spi_write(char* data,unsigned int len);
-void spi_read(unsigned int maxlen, char* data, unsigned int* len);
+void spi_read(unsigned int maxlen, char *data, unsigned int *len);
#endif