X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=src%2Fcore%2Fao.h;h=ce0bf5d14289007dff1b602e750cdc7b23dec7f4;hb=456120d201d72c89576a0c8d69b2fcba44169507;hp=df5bbf487e2469702421b27a25d7ac9378351d03;hpb=b28323ce91d23db5e1c3cbd1309c72aafcfbe235;p=fw%2Faltos 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);