summaryrefslogtreecommitdiff
path: root/firmware/target/arm/olympus/mrobe-500/spi-target.h
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/target/arm/olympus/mrobe-500/spi-target.h')
-rw-r--r--firmware/target/arm/olympus/mrobe-500/spi-target.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/firmware/target/arm/olympus/mrobe-500/spi-target.h b/firmware/target/arm/olympus/mrobe-500/spi-target.h
index ebaacb45a0..29aff47903 100644
--- a/firmware/target/arm/olympus/mrobe-500/spi-target.h
+++ b/firmware/target/arm/olympus/mrobe-500/spi-target.h
@@ -22,8 +22,8 @@
22 22
23#include <inttypes.h> 23#include <inttypes.h>
24 24
25void dm320_spi_init(void); 25void spi_init(void);
26int dm320_spi_block_transfer(const uint8_t *tx_bytes, unsigned int tx_size, 26int spi_block_transfer(const uint8_t *tx_bytes, unsigned int tx_size,
27 uint8_t *rx_bytes, unsigned int rx_size); 27 uint8_t *rx_bytes, unsigned int rx_size);
28 28
29#endif 29#endif