summaryrefslogtreecommitdiff
path: root/src/core/ao.h
diff options
context:
space:
mode:
authorMike Beattie <mike@ethernal.org>2013-03-10 19:07:01 +1300
committerMike Beattie <mike@ethernal.org>2013-03-10 19:07:01 +1300
commitd029acad6a992be9b7b4498e70605f8a1e1a4ef6 (patch)
tree851283be0bcb5915bd54e2c19073531336080bd5 /src/core/ao.h
parenteba7b2ef8ef23bdb61b0390e47be6f27ffde31dc (diff)
parent72c5b1429bdfd6e9d2185bad7d0adb281fdf659a (diff)
Merge branch 'master' into altosdroid
Diffstat (limited to 'src/core/ao.h')
-rw-r--r--src/core/ao.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/ao.h b/src/core/ao.h
index df5bbf48..ce0bf5d1 100644
--- a/src/core/ao.h
+++ b/src/core/ao.h
@@ -299,10 +299,10 @@ ao_altitude_to_pa(alt_t alt);
*/
uint8_t
-ao_spi_slave_recv(uint8_t *buf, uint8_t len);
+ao_spi_slave_recv(void *buf, uint16_t len);
void
-ao_spi_slave_send(uint8_t *buf, uint8_t len);
+ao_spi_slave_send(void *buf, uint16_t len);
void
ao_spi_slave_init(void);