X-Git-Url: https://codewiz.org/gitweb?a=blobdiff_plain;f=drv%2Fspi_bitbang.c;h=90e959d8cbec96872838c97621b87fd7d8a7ddaf;hb=a402475c117eebe784591ae512a56ff7e163918c;hp=9d15ca194aae42df83470f5984c8841bd9611867;hpb=99c4b926f3abbc334bcf459b1d9057ab9bd255de;p=bertos.git diff --git a/drv/spi_bitbang.c b/drv/spi_bitbang.c index 9d15ca19..90e959d8 100644 --- a/drv/spi_bitbang.c +++ b/drv/spi_bitbang.c @@ -92,7 +92,7 @@ void spi_init(void) } /** - * Read \param len from spi, and put it in \param buff. + * Read \param len from spi, and put it in \param _buff . */ void spi_read(void *_buff, size_t len) { @@ -105,7 +105,7 @@ void spi_read(void *_buff, size_t len) } /** - * Write \param len to spi, and take it from \param buff. + * Write \param len to spi, and take it from \param _buff . */ void spi_write(const void *_buff, size_t len) {